Commit Graph

4 Commits

Author SHA1 Message Date
86b1688035
Start work on string parsing.
Generates a valid AST tree, but the program segfaults. Need to look into it.
2020-11-22 01:44:54 +00:00
72fa2127c8
Add a little extra output during tree dump to make it easier to figure out what's going on with parser errors. 2020-11-21 22:17:02 +00:00
83959b4793
More work on arrays. Fixed some bugs.
Still need to figure out why AsStrDeref isn't working.
2020-11-21 02:07:44 +00:00
d8abe6fec0
Add code for printing the AST tree after generation 2020-11-15 06:36:25 +00:00