munificent / craftinginterpreters

Repository for the book "Crafting Interpreters"
http://www.craftinginterpreters.com/
Other
8.42k stars 1.01k forks source link

Lox grammar online #1139

Open mingodad opened 10 months ago

mingodad commented 10 months ago

Adapting the grammar found in https://github.com/ajeetdsouza/loxcraft/blob/main/res/grammar.lalrpop I've added the LOX grammar to https://mingodad.github.io/parsertl-playground/playground/ (select Lox parser from Examples then click Parse) to be able to document/extend/develop/debug the LOX grammar online.

Notice that this is a LALR(1) parser.

Any feedback is welcome !