#parser-generator #run-time #lalr-parser #parser

parol_runtime

Runtime library for parsers generated by the 'parol' parser generator

59 releases (9 stable)

Uses new Rust 2024

new 3.0.0 Mar 8, 2025
2.2.1 Mar 2, 2025
2.2.0 Feb 13, 2025
2.0.0 Dec 25, 2024
0.2.3 Nov 30, 2021

#394 in Parser tooling

Download history 78/week @ 2024-11-20 108/week @ 2024-11-27 164/week @ 2024-12-04 171/week @ 2024-12-11 41/week @ 2024-12-18 239/week @ 2024-12-25 130/week @ 2025-01-01 77/week @ 2025-01-08 289/week @ 2025-01-15 121/week @ 2025-01-22 78/week @ 2025-01-29 403/week @ 2025-02-05 250/week @ 2025-02-12 161/week @ 2025-02-19 306/week @ 2025-02-26 476/week @ 2025-03-05

1,195 downloads per month
Used in 20 crates (6 directly)

MIT/Apache

170KB
3K SLoC

Rust Docs.rs Crates.io

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.


lib.rs:

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].

Dependencies

~12–20MB
~285K SLoC