Combine all tokensource to one and refactoring

This commit is contained in:
Edwin Cheng 2019-04-08 00:12:07 +08:00
parent 7f1e93a3c9
commit a7254201df
5 changed files with 94 additions and 86 deletions

View file

@ -21,6 +21,7 @@ mod mbe_expander;
mod syntax_bridge;
mod tt_cursor;
mod subtree_source;
mod subtree_parser;
use ra_syntax::SmolStr;