erg/compiler/erg_compiler
2022-08-22 13:41:59 +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 Update Parser: support for length-specified arrays 2022-08-19 19:35:02 +09:00
compile.rs Fix #56 2022-08-18 18:07:33 +09:00
context.rs WIP: Impl TyParamIdx 2022-08-22 13:41:59 +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 Fix type-checker bugs 2022-08-22 02:57:52 +09:00
hir.rs Remove ConstObj (merge into ValueObj) 2022-08-20 07:38:33 +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 Add test code for Context 2022-08-22 12:30:58 +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.