read
This commit is contained in:
10
README.MD
10
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:**</br>
|
||||
* 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.
|
||||
* 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*
|
Reference in New Issue
Block a user