glm94
|
caf4f02428
|
Minor cleanup.
|
2022-03-03 17:12:01 +00:00 |
|
glm94
|
d039a26c16
|
Fixed some bugs with the Scanner and Parser.
|
2022-03-02 22:30:53 -06:00 |
|
glm94
|
7bf7304bd4
|
Attempting to print the expression tree. I think the printing code is fine but the Parser is bugged and not building the tree correctly.
|
2022-03-02 21:43:22 +00:00 |
|
glm94
|
221d575c16
|
Further refactoring done. The Parser runs without crashing, however it's output is still to be checked and verified.
|
2022-03-02 21:24:58 +00:00 |
|
glm94
|
e20ccb8cfb
|
The Scanner has been refactored and some responsibilities were pulled from it. Confirmed working, the Parser still needs to be touched on however.
|
2022-03-02 20:52:40 +00:00 |
|
glm94
|
41a04094e2
|
Added untested parser code, meaning most of chapter 6 has been implemented (but most likely, very poorly).
|
2022-02-28 20:13:59 +00:00 |
|