chiru 0.7.0

A parser generator similar to antlr4.
Documentation
1
2
3
4
5
6
7


  static ref LL1_TABLE: HashMap<(usize, usize), usize> = hashmap!{
    {% for item in table %}
    ({{item.0}}, {{item.1}}) => {{item.2}},{% endfor %}
  };