Crates.io | memoir |
lib.rs | memoir |
version | 0.3.0 |
source | src |
created_at | 2020-02-15 21:40:12.330219 |
updated_at | 2022-05-28 21:30:09.936918 |
description | a library of self-describing parser combinators |
homepage | |
repository | https://github.com/cloudhead/memoir |
max_upload_size | |
id | 209574 |
size | 32,107 |
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's command interface.