Refactor macro tests

This commit is contained in:
Aleksey Kladov 2019-12-19 16:17:22 +01:00
parent e17dcc45a6
commit 6edc54a1e6
3 changed files with 293 additions and 407 deletions

View file

@ -83,6 +83,7 @@ pub fn parse(token_source: &mut dyn TokenSource, tree_sink: &mut dyn TreeSink) {
parse_from_tokens(token_source, tree_sink, grammar::root);
}
#[derive(Clone, Copy)]
pub enum FragmentKind {
Path,
Expr,