erg/compiler/erg_compiler
2022-08-18 20:27:28 +09:00
..
tests Organize crates 2022-08-13 06:38:12 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
Cargo.toml Add language target: simplified/traditional chinese 2022-08-18 16:31:35 +09:00
codegen.rs Partial fix #57 2022-08-18 18:40:30 +09:00
compile.rs Fix #56 2022-08-18 18:07:33 +09:00
context.rs cargo fmt 2022-08-17 11:21:09 +02:00
effectcheck.rs Merge branch 'main' into clippy 2022-08-17 01:26:00 +09:00
error.rs Fix to exit correctly when quit() or something is called 2022-08-18 20:27:28 +09:00
eval.rs cargo fmt 2022-08-17 11:21:09 +02:00
hir.rs Stricter type-check 2022-08-17 12:31:28 +09:00
initialize.rs Fix print! type 2022-08-18 14:18:52 +09:00
lib.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
lower.rs Add language target: simplified/traditional chinese 2022-08-18 16:31:35 +09:00
main.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
optimize.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
ownercheck.rs Merge branch 'main' into clippy 2022-08-17 01:26:00 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
varinfo.rs Update version (v0.2.3) 2022-08-16 23:27:09 +09:00

The Erg compiler (codename: Centimetre)

The overall structure is described in detail in architecture.md.