61 releases (11 stable)
Uses new Rust 2024
3.0.0 | Mar 8, 2025 |
---|---|
2.2.2 | May 18, 2025 |
2.2.1 | Mar 2, 2025 |
2.0.0 | Dec 25, 2024 |
0.2.3 | Nov 30, 2021 |
#786 in Parser implementations
1,053 downloads per month
Used in 22 crates
(8 directly)
170KB
3K
SLoC
This crate provides the runtime library used by parsers that have been generated by the parol
parser generator.
In most cases you don't need to understand the inner details of this crate because parol
generates
all necessary scaffolding and plumping for the typical user automatically.
The most likely used parts are those returned to the user including the error types defined in the module [errors].
parol_runtime
Runtime library for parsers generated by the parol parser generator.
Overview
This crate should be referenced by projects that use parsers generated by parol.
Dependencies
~12–20MB
~286K SLoC