mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 12:24:45 +00:00
Refactor
Add `ASTBuilder`, `Checker`
This commit is contained in:
parent
f12c2ba723
commit
d8799f0895
14 changed files with 254 additions and 104 deletions
|
@ -4,10 +4,12 @@
|
|||
extern crate erg_common;
|
||||
|
||||
pub mod ast;
|
||||
pub mod builder;
|
||||
pub mod desugar;
|
||||
pub mod error;
|
||||
pub mod lex;
|
||||
pub mod parse;
|
||||
pub mod reorder;
|
||||
pub mod token;
|
||||
|
||||
pub use parse::{Parser, ParserRunner};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue