How do I learn to write a pattern matching library like meander? Is there some sort of literature/Right Way like parser combinators or bnf grammers or is it mostly custom design?
Oh it’s right in the docs, thank you
Well I know it's there because I put it there
https://github.com/noprompt/meander/blob/epsilon/doc/references.md
Wondering where the ideas and notation comes from in meander