Are there any good resources on how to build a plugin for a custom langauge by writing your Lexer/Parser from scratch?
The official documentation seems to focus on grammarkit, but honestly it's still not sufficient 😞 ... dealing with BNF is non-trivial and it lacks documentation as far as I can see.
Any resources, video, articles, pointers, etc would be of great help.
Thank you.