Moved TokenSet into it's own file.

This commit is contained in:
Zac Winter 2018-09-06 21:54:54 +08:00
parent 751562d2f7
commit 518cc87496
4 changed files with 41 additions and 37 deletions

View file

@ -31,6 +31,7 @@ pub mod algo;
pub mod ast;
mod lexer;
#[macro_use]
mod token_set;
mod parser_api;
mod grammar;
mod parser_impl;