absyntax/Makefile.am
author Edouard Tisserant
Tue, 15 Feb 2022 10:34:23 +0100
changeset 1098 84bbafb4fb26
parent 353 17bffb57a8c5
permissions -rw-r--r--
Fixed logic for REPEAT..UNTIL

In Stage4, C code generator, REPEAT statement was generating a while loop with inverted logic
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc