Add documentation

This commit is contained in:
2025-07-20 11:57:54 -07:00
parent 84f35c8b44
commit e8fa45fc3b
2 changed files with 62 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
A PEG parser generator built for [Marzipan](https://github.com/cmounce/marzipan).
Currently tightly coupled to Marzipan's specific needs and not designed for general use.
It might evolve into a standalone library in the future if there's broader interest.
But until then, you probably want something like [pest](https://pest.rs/) if you're looking for a PEG parser.