absyntax/Makefile.am
author mjsousa
Sat, 25 Oct 2014 13:20:10 +0100
changeset 943 566414d7ba1f
parent 353 17bffb57a8c5
permissions -rw-r--r--
fix code generation when dereferencing pointers (ref_to) to arrays (ref_to_array^[5])
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc