53 releases (3 stable)

new 1.0.2 Nov 13, 2024
1.0.0 Sep 2, 2024
0.24.1 Jun 24, 2024
0.20.2 Mar 21, 2024
0.2.3 Nov 30, 2021

#139 in Parser tooling

Download history 75/week @ 2024-07-29 123/week @ 2024-08-05 72/week @ 2024-08-12 104/week @ 2024-08-19 95/week @ 2024-08-26 288/week @ 2024-09-02 98/week @ 2024-09-09 136/week @ 2024-09-16 198/week @ 2024-09-23 79/week @ 2024-09-30 321/week @ 2024-10-07 105/week @ 2024-10-14 84/week @ 2024-10-21 133/week @ 2024-10-28 109/week @ 2024-11-04 187/week @ 2024-11-11

532 downloads per month
Used in 15 crates (6 directly)

MIT/Apache

150KB
2.5K 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].

If you use parsers generated in vanilla mode you should understand the types that are handed over to your semantic actions. You will find them in the module parser::parse_tree_type.

Dependencies

~6–13MB
~139K SLoC