Open mingodad opened 1 year 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.
LOX
Lox parser
Examples
Parse
Notice that this is a LALR(1) parser.
LALR(1)
Any feedback is welcome !
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/ (selectLox parser
fromExamples
then clickParse
) to be able to document/extend/develop/debug theLOX
grammar online.Notice that this is a
LALR(1)
parser.Any feedback is welcome !