Now that I have a parser generator front-end ready (a grammar parser) I started implementing some of the parsing algorithms that require a generator (i.e. table-driven with large tables, difficult to implement by hand). Things I learned so far:
Conversation
Replying to
Have you considered looking into GLR at some point? That seems rather nifty (I think tree-sitter implements it).
Replying to
I will definitely take a look at it at some point, probably after I implement LALR. I think you're right that tree-sitter uses GLR, I remember the author of tree-sitter mentioning it in a talk.
1
Yeah, that's where I heard it too!

