Live data from Hacker News

Show HN: Lime, a parser generator that can merge grammars at runtime

codeberg.org

1–2 of 2 posts

Show HN: Lime, a parser generator that can merge grammars at runtime

#1
Lime is a new parser generator similar to Yacc, Bison, ANTLR, etc. except it's faster and has the ability to merge or remove grammars at runtime. See the 'calc' example that starts knowing + and - but then adds ^ for exponent, then adds ^ again for bitwise or. That can't work, right?

Show HN: Lime, a parser generator that can merge grammars at runtime
codeberg.org