/lr1

LR(1) experimental parser

Primary LanguagePython

LR(1)

Bottom up parser, left to right, rightmost derivation in reverse. Uses a single lookahead token.