absyntax/Makefile.am
author mjsousa
Wed, 24 Dec 2014 13:19:53 +0000
changeset 967 544ff4dff04f
parent 353 17bffb57a8c5
permissions -rw-r--r--
Do constant propagation to symbolic_variables, and correctly handle constant folding and propagation of variable declarations.
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc