Meta-rule support in pest3 early alpha prototype

https://github.com/pest-parser/pest/discussions/1122

10 points · 1 comments · view on lemmy.world

1 Comments

balsoft@lemmy.ml · 1 pts · 343d

I can't go back to parsers with grammar definitions after using parser combinators; it just feels so unelegant and verbose. I guess Rust doesn't have monadic syntax sugar like more functional languages, so it makes parsers in Nom a bit more ugly than Parsec, but I still prefer it.