Update README

This commit is contained in:
Dale Weiler 2012-04-10 01:05:14 -04:00
parent 02e9098d3d
commit 620fe55b11

2
README
View file

@ -23,7 +23,7 @@ main.c
parse.c
This is the parser which goes over all tokens and generates a parse tree
(not currently, but will) and check for syntax correctness.
and check for syntax correctness.
typedef.c
This is the typedef system, this is a seperate file because it's a lot more