Keywords in parsers - Haskell

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

TheMatten

What conventions do you use to safely track keywords in parser? So that parsers and keywords filter don't get out of sync

Georgi Lyubenov // googleson78

there was a library that used a reader (or state?) to track keywords, so that you don't have to deal with this