about summary refs log tree commit diff
path: root/src/librustc_parse/parser/nonterminal.rs
AgeCommit message (Collapse)AuthorLines
2020-08-02Introduce NonterminalKindAleksey Kladov-0/+163
It encapsulate the (part of) the interface between the parser and macro by example (macro_rules) parser. The second bit is somewhat more general `parse_ast_fragment`, which is the reason why we keep some `parse_xxx` functions as public.