https://github.com/cloudhead/memoir
Self-describing, reflective parser combinators
https://github.com/cloudhead/memoir
Last synced: 11 months ago
JSON representation
Self-describing, reflective parser combinators
- Host: GitHub
- URL: https://github.com/cloudhead/memoir
- Owner: cloudhead
- License: mit
- Created: 2020-02-15T21:36:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T21:29:36.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T18:10:24.704Z (11 months ago)
- Language: Rust
- Size: 127 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
memoir
======
Memoir is a library of self-describing parser-combinators. Parsers are
represented as reified objects that can print themselves as documentation. This
keeps documentation for command-based languages always up to date with the
grammar.
This library is used in [rx][0]'s command interface.
[0]: https://rx.cloudhead.io