initial commit

This commit is contained in:
2025-10-20 19:29:49 +02:00
commit a9044f62f4
16 changed files with 76 additions and 0 deletions

6
src/main.rs Normal file
View File

@@ -0,0 +1,6 @@
mod ast;
mod optimising;
fn main() {
println!("Hello, world!");
}