This commit is contained in:
Rakarake 2026-03-24 20:48:59 +01:00
parent a97d1281ac
commit 4099ef33b3
6 changed files with 20 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
.direnv
/target

7
Cargo.lock generated Normal file
View file

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "compiler-construction"
version = "0.1.0"

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "compiler-construction"
version = "0.1.0"
edition = "2024"
[dependencies]

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
.PHONY: jlc
jlc:
cargo run

View file

@ -15,6 +15,7 @@
llvmPackages_22.llvm-manpages
llvmPackages_22.bintools
rustc
cargo
];
};
}