|
|
|
|
|
by jestar_jokin
4663 days ago
|
|
I've used parser combinator libraries (usually based on Parsec), and it's super nice being able to write your grammar as code, very quick and easy, but I'm not sure if it helps with the problems listed, since I think you still need to manually write a bunch of code to process the parsed tokens. |
|
It might be a little slower at runtime, but the ability to see everything in your chosen language is worth it in my opinion.