Commit graph

4 commits

Author SHA1 Message Date
Devon Tingley
218c98dc8a (none) Change to using looping for the parser
Tried using pure recursion before, but Pratt Parsers are much more
ergonomic to write using looping instead.  There should be no change in
the output of the parser.
2023-03-06 17:12:09 -05:00
Devon Tingley
f075d236fa Ch2 (up to if expressions) 2023-03-04 07:55:44 -05:00
Devon Tingley
0fd41b6890 Ch 1.5 (finished chapter 1) 2023-03-02 08:50:42 -05:00
Devon Tingley
9ffab45bd6 Ch 1.3 2023-03-01 23:10:54 -05:00