Re-exports§
pub use clr::Clr;pub use lalr::Lalr;pub use slr::Slr;pub use grammar::*;pub use parser::*;pub use dfa::*;pub use tabler::*;pub use pos::*;
Modules§
Macros§
Structs§
- Meta
- Span
- A exclusive Span struct, for indexing metadata on Tokens. start is where it BEGINS, end is UNTIL collect.
- Token
Enums§
Functions§
- to_
tokens - transitive
- For a given f(x), processes
xuntil f(x) = f(f(x)) -> f(f(f(f….f(x)))) = f(x)