absyntax/Makefile.am
author mjsousa
Thu, 30 Apr 2015 20:54:04 +0100
changeset 1000 556b74055518
parent 353 17bffb57a8c5
permissions -rw-r--r--
Add check for repeated elements in a CASE statement. Emit warnings (and not errors) if found.
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc