erg/compiler/erg_compiler
2022-08-28 03:14:26 +09:00
..
context Fix type system bugs 2022-08-28 01:41:36 +09:00
tests Divide Context into some modules by functions 2022-08-26 08:36:25 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
Cargo.toml Create erg_type crate 2022-08-26 11:52:11 +09:00
codegen.rs Implement code generation for records 2022-08-28 03:14:26 +09:00
compile.rs Create erg_type crate 2022-08-26 11:52:11 +09:00
effectcheck.rs Update effectcheck.rs 2022-08-28 01:56:02 +09:00
error.rs Create erg_type crate 2022-08-26 11:52:11 +09:00
eval.rs Fix type system bugs 2022-08-28 01:41:36 +09:00
hir.rs Implement code generation for records 2022-08-28 03:14:26 +09:00
lib.rs Split custom types into Class and Trait 2022-08-26 17:24:55 +09:00
lower.rs WIP: Improve type inference system 2022-08-27 23:51:35 +09:00
main.rs Create erg_type crate 2022-08-26 11:52:11 +09:00
optimize.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
ownercheck.rs Update ownercheck.rs 2022-08-28 02:09:00 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
varinfo.rs Create erg_type crate 2022-08-26 11:52:11 +09:00

The Erg compiler (codename: Centimetre)

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