From a95930c0e575c80e231512778c0a21d4b6422a56 Mon Sep 17 00:00:00 2001 From: Scarlett Date: Tue, 6 May 2025 23:32:43 -0400 Subject: [PATCH] read --- README.MD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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