absyntax/Makefile.am
author mjsousa
Sun, 23 Nov 2014 09:41:16 +0000
changeset 948 543f8319bdf8
parent 353 17bffb57a8c5
permissions -rw-r--r--
Fix main state machine in flex (states were being pushed without being poped from the stack)
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc