#peg #ast #grammar #peg-parser #parser-generator #parser

yanked peginator_runtime

Runtime support for peginator (a PEG parser generator)

0.5.1 Nov 28, 2022
0.5.0 Nov 28, 2022

#51 in #parsers

22 downloads per month

MIT license

31KB
627 lines

Peginator runtime

Runtime code (and dependency) for code generated by peginator. Please find documentation and other goodies on the main project.


lib.rs:

This crate contains the code used by code generated by the peginator crate. It contains some documented traits and types meant to be used by third-party code, and a lot of public but undocumented functions and types that are only for usage by generated code, and are subject to change even between minor versions.

This crate should be the only "proper" dependency of your peginator-using project:

[dependencies]
peginator_runtime = "0.5"

The rest of the peginator crates are meant to be dev or build dependencies.

Please see the documentation of peginator for more information.

Dependencies

~0–9.5MB
~51K SLoC