absyntax/Makefile.am
author mjsousa
Tue, 20 Aug 2013 11:11:09 +0100
changeset 833 27f246b35ac2
parent 353 17bffb57a8c5
permissions -rw-r--r--
Stop lvalue check from segfaulting when coming across buggy IL code (IL operator with no operand!)
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc