absyntax/Makefile.am
author mjsousa
Sat, 15 Mar 2014 20:10:20 +0000
changeset 876 e2c4f6f4abe2
parent 353 17bffb57a8c5
permissions -rw-r--r--
Add support for parsing of REF_TO keyword (defined in IEC61131-3 v3). This support is currently inactive (in flex) until we get to add C code generation later on.
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc