The pipeline is finally reasonably clean

This commit is contained in:
2023-09-12 01:26:46 +01:00
parent 6693d93944
commit 8c866967a9
86 changed files with 1959 additions and 1393 deletions

View File

@@ -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};