]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - README
Cleaups and README
[xonotic/gmqcc.git] / README
diff --git a/README b/README
index 5ba37c2ea9268bae65fbeb43f7b49ae11f36ee27..4ecb4db06f5fd6bb23d7dd4925f5c81718f05222 100644 (file)
--- a/README
+++ b/README
@@ -25,6 +25,11 @@ 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.
        
+typedef.c
+       This is the typedef system, this is a seperate file because it's a lot more
+       complicated than it sounds.  This handles all typedefs, and even recrusive
+       typedefs.
+       
 README
        This is the file you're currently reading