toy compiler [WIP]
|
|
||
|---|---|---|
| .github/workflows | ||
| src | ||
| .envrc | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.org | ||
| rust-toolchain.toml | ||
| rustfmt.toml | ||
tricc (pronounced "trick-c" or "trixie" like pixie) is a WIP toy compiler I am writing to understand compilers better, that's it. Will probably use LLVM as the backend.
Notes:
- Does not work
- Is WIP