Oxidized version of "Writing an Interpreter in Go"
Find a file
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
examples Ch2 (up to if expressions) 2023-03-04 07:55:44 -05:00
src (none) Change to using looping for the parser 2023-03-06 17:12:09 -05:00
.gitignore Ch 1.3 2023-03-01 23:10:54 -05:00
Cargo.lock Ch 1.5 (finished chapter 1) 2023-03-02 08:50:42 -05:00
Cargo.toml Ch 1.5 (finished chapter 1) 2023-03-02 08:50:42 -05:00