You should have the following files in sim/lang


Name		Description
----		-----------
MANIFEST 	this file
example.l	example
lang.lex	lex defintions for NetLanguage
lang.yacc 	yacc defintions for NetLanguage
lex.yy.c	yacc output file
makefile	makefile
y.tab.c		lex output file
