Commit graph

9 commits

Author SHA1 Message Date
09a42340fc Add integers 2020-12-14 13:46:44 +00:00
90f97c4c30 Rename parsers for consistency 2020-12-13 23:59:14 +00:00
d473c8443f Correctly parse expressions 2020-12-13 23:50:48 +00:00
d90f2c6a2c Separate out Stat from Term 2020-12-13 23:23:59 +00:00
744091de01 Parse expressions
Only '=' for now.
2020-12-13 21:56:47 +00:00
1547561fa5 Switch name quotes to single quotes 2020-12-13 21:55:24 +00:00
0d52c07f68 Parse lists
Correctly printing them comes next.
2020-12-13 20:52:11 +00:00
659f1a9d33 Parse until eof 2020-12-13 20:31:48 +00:00
60c2c2fe6d Parse terms and definitions 2020-12-13 20:23:07 +00:00