1 of 3
This was nice, have you seen matklad's post on ideas for a modern parser generator?: https://matklad.github.io/2018/06/06/modern-parser-generator.html
I hadn't, thanks for sharing!
Syntax highlighting actually does sound like the perfect use-case for modern parser generators; performance without the overhead of allocating objects.
Might have some cool ideas for your project
This was nice, have you seen matklad's post on ideas for a modern parser generator?: https://matklad.github.io/2018/06/06/modern-parser-generator.html
I hadn't, thanks for sharing!
Syntax highlighting actually does sound like the perfect use-case for modern parser generators; performance without the overhead of allocating objects.
Might have some cool ideas for your project