absyntax/Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Sat, 29 Oct 2011 19:30:47 +0100
changeset 387 db368e53133c
parent 353 17bffb57a8c5
permissions -rw-r--r--
Fix code generation of FOR loops. Now handles negative values of BY correctly.
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc