diff --git a/README.MD b/README.MD index 74270bf..365595f 100644 --- a/README.MD +++ b/README.MD @@ -72,7 +72,7 @@ GenX is our preprocessor tool. It is able to handle `#include` statements within ## Other Notes: -### Lexical Analyzer +### Lexical Analyzer: **Undefined Behavior:**
* Spaces are not required between tokens. For instance, an INTEGER and an ID are valid even if there is no space between them ``` @@ -80,4 +80,10 @@ Input: *5variable* Output: 2 14 301 "5" 1 1 101 "variable" ``` -* Added an `#include` token to stop syntax errors from being reported on certain alpha files. \ No newline at end of file +* Added an `#include` token to stop syntax errors from being reported on certain alpha files. + +### CG/IR Not Implemented: +* Arrays +* And conditionals not tested +* While loops may or may not be working (More testing needed) +* *...and other small issues* \ No newline at end of file