mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 04:24:43 +00:00
Add "check" mode
Input::File(String) -> Input::file(PathBuf)
This commit is contained in:
parent
c1d92bc0f4
commit
9b0d66a63a
16 changed files with 200 additions and 184 deletions
|
@ -3,8 +3,8 @@
|
|||
extern crate erg_common;
|
||||
pub extern crate erg_parser;
|
||||
|
||||
mod builder;
|
||||
mod check;
|
||||
pub mod builder;
|
||||
pub mod check;
|
||||
mod compile;
|
||||
pub use compile::*;
|
||||
mod codegen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue