erg/compiler/erg_compiler
2022-08-22 17:21:43 +09:00
..
tests Add test code for Context 2022-08-22 12:30:58 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
Cargo.toml Update version (v0.2.6) 2022-08-19 02:51:29 +09:00
codegen.rs Parser: impl Record 2022-08-22 17:21:43 +09:00
compile.rs Fix #56 2022-08-18 18:07:33 +09:00
context.rs Parser: impl Record 2022-08-22 17:21:43 +09:00
effectcheck.rs WIP: support doc test 2022-08-22 12:47:51 +09:00
error.rs Fix error reporting links 2022-08-19 12:44:37 +09:00
eval.rs Parser: impl Record 2022-08-22 17:21:43 +09:00
hir.rs Parser: impl Record 2022-08-22 17:21:43 +09:00
initialize.rs Add test code for Context 2022-08-22 12:30:58 +09:00
lib.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
lower.rs Parser: impl Record 2022-08-22 17:21:43 +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 Update ownercheck.rs 2022-08-20 07:41:06 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
varinfo.rs WIP: support doc test 2022-08-22 12:47:51 +09:00

The Erg compiler (codename: Centimetre)

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