feat(lexer): Add diagnostic and impl error recovering
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
mod frontend;
|
||||
mod ast;
|
||||
mod utils;
|
||||
mod diagnostic;
|
||||
mod err;
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user