Do cargo fmt

This commit is contained in:
Shunsuke Shibayama 2022-08-13 07:02:07 +09:00
parent e320bd6cdd
commit 6726d93f65
48 changed files with 7294 additions and 3469 deletions

View file

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