robrix / Madness

Recursive Descent Into Madness
MIT License
291 stars 17 forks source link

Document how to use `fix` to make recursive grammars #41

Closed robrix closed 9 years ago

robrix commented 9 years ago

Motivated by #40.

robrix commented 9 years ago

Maybe we should add a lazy combinator instead, since that suffices for most cases.