/Java-CUP-jLex-Example

Simple demonstration of Java CUP and jLex, implementing a PL/0 based language

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

This is an interpretter for a subset of the PL/0 language 
(http://en.wikipedia.org/wiki/PL/0)

It is meant only as a demonstration of the JLex and Java CUP utilities.

To use:

make init
make all
make run < inputfile