mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
Do cargo fmt
This commit is contained in:
parent
e320bd6cdd
commit
6726d93f65
48 changed files with 7294 additions and 3469 deletions
|
@ -2,9 +2,9 @@
|
|||
//! and performs type checking and other optimizations if necessary.
|
||||
extern crate erg_common;
|
||||
|
||||
pub mod ast;
|
||||
pub mod desugar;
|
||||
pub mod error;
|
||||
pub mod ast;
|
||||
pub mod lex;
|
||||
pub mod parse;
|
||||
pub mod token;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue