parser now bubbles errors instead of unit type

llvm added to dependencies
This commit is contained in:
2025-10-28 12:28:50 +01:00
parent a0a6a15be3
commit 934d961be8
15 changed files with 132 additions and 67 deletions

View File

@@ -8,7 +8,7 @@ use std::io::ErrorKind::InvalidInput;
mod ast;
mod errors;
mod optimising;
mod codegen;
mod tests;
lrlex_mod!("lexers/fudge.l");