Initial gen4asm code.

This commit is contained in:
Eric Anholt
2006-08-22 10:15:33 -07:00
committed by Damien Lespiau
parent 7ee278f176
commit 22a1063cc0
11 changed files with 5668 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
SOURCES = lex.c main.c gram.c
all: lextest
y.tab.h: gram.c
lextest: ${SOURCES}
cc -o lextest ${SOURCES}
clean:
rm -f *.o lextest