Lexer doesn't have a named_char module anymore

This commit is contained in:
Eryn Wells 2017-04-30 15:57:02 -07:00
parent a88bf20a23
commit 21263fb2ed

View file

@ -3,7 +3,6 @@ extern crate sibiltypes;
mod char;
mod charset;
mod lexer;
mod named_char;
mod number;
mod str;
mod token;