Examples
CS 536, Fall 2004
All of the files listed here can also be found in (and copied from)
~cs536-1/public/examples/ex_mm_dd/
where mm is the 2-digit month and dd is the 2-digit day when the
example was presented.
- JLex example (from class on 09/21):
- example.jlex
- the JLex specification
- simpleEx.java
- the main program to build and run the scanner generated by JLex
- Makefile
- the rules for building all the pieces
- JavaCup example (from class on 10/14):