Open pveentjer opened 4 months ago
Unlike Pest, LALRPOP has nice error messages.
But its default behavior like eating up comments and line feeds, very weak documentation and clunky behavior around error handling, make it a very painful parser generator to use.
So probably get rid of it and look for something better.
Have a look at:
https://docs.rs/peg/latest/peg/
And:
https://github.com/vickenty/lang-c?tab=readme-ov-file
Unlike Pest, LALRPOP has nice error messages.
But its default behavior like eating up comments and line feeds, very weak documentation and clunky behavior around error handling, make it a very painful parser generator to use.
So probably get rid of it and look for something better.