forked from Orchid/orchid
The pipeline is finally reasonably clean
This commit is contained in:
@@ -7,6 +7,7 @@ mod lexer;
|
||||
mod multiname;
|
||||
mod name;
|
||||
mod number;
|
||||
mod operators;
|
||||
mod placeholder;
|
||||
mod sourcefile;
|
||||
mod stream;
|
||||
@@ -15,5 +16,4 @@ mod string;
|
||||
pub use context::ParsingContext;
|
||||
pub use facade::parse2;
|
||||
pub use lexer::{lexer, Entry, Lexeme};
|
||||
pub use name::is_op;
|
||||
pub use number::{float_parser, int_parser};
|
||||
pub use number::{float_parser, int_parser, print_nat16};
|
||||
|
||||
Reference in New Issue
Block a user