chiru 0.7.0

A parser generator similar to antlr4.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod terminal_context;
pub mod rule_context;
pub mod error_context;

pub mod ast_context;
pub mod to_rule;

// 考虑是否需要 Acceptable 这个 trait
// pub mod acceptable;