logoISU  

CS456 - Systems Programming

Spring 2025

Displaying ./code/lexyacc/README

all example files taken from tutorial at
https://berthub.eu/lex-yacc/cvs/output/lexyacc.htm

Instructions on how to compile are located within the source code of each file.

You can also use the Makefile
> make exampleX

where X represents a number 1 through 7


Run example3 and example6 as follows
> ./example3 < file.log 
> ./example6 < file2.log

To quit each program, hit CTRL+C