67 releases (17 stable)
Uses new Rust 2024
| new 4.3.0 | Feb 22, 2026 |
|---|---|
| 4.1.0 | Nov 22, 2025 |
| 4.0.0 | Jul 27, 2025 |
| 3.1.0 | Jul 11, 2025 |
| 0.2.3 | Nov 30, 2021 |
#1244 in Algorithms
2,292 downloads per month
Used in 38 crates
(11 directly)
160KB
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
~5–8.5MB
~155K SLoC