3 Comments
User's avatar
ch1n3du's avatar

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

Expand full comment
wldfngrs's avatar

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.

Expand full comment
ch1n3du's avatar

Might have some cool ideas for your project

Expand full comment