Implement ignore and index metavar expression

This commit is contained in:
Jonas Schievink 2022-07-11 18:31:42 +02:00
parent f7bb9327ad
commit df66eb74ab
7 changed files with 108 additions and 5 deletions

View file

@ -179,6 +179,7 @@ fn invocation_fixtures(rules: &FxHashMap<String, DeclarativeMacro>) -> Vec<(Stri
});
parent.token_trees.push(subtree.into());
}
Op::Ignore { .. } | Op::Index { .. } => {}
};
// Simple linear congruential generator for determistic result