lang: massive amounts of parser and ast pain

This commit is contained in:
Schrottkatze 2024-04-11 03:23:03 +02:00
commit 9da157ff4a
No known key found for this signature in database
16 changed files with 900 additions and 170 deletions

View file

@ -1,4 +1,4 @@
use crate::parser::ast::{Expr, File};
use crate::parser::ast::File;
use crate::parser::parse;
use crate::tokens::Token;
use chumsky::input::Stream;