erg/compiler/erg_compiler
2022-08-29 00:48:52 +09:00
..
context Fix a type inference bug for dependent procedural methods 2022-08-29 00:48:52 +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 Update version (v0.3.1) 2022-08-28 10:37:26 +09:00
codegen.rs Fix code generation of else-less if 2022-08-28 11:45:02 +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 Fix minor bugs 2022-08-28 10:34:12 +09:00
lib.rs Split custom types into Class and Trait 2022-08-26 17:24:55 +09:00
lower.rs Fix a type inference bug for dependent procedural methods 2022-08-29 00:48:52 +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 Fix a type inference bug for dependent procedural methods 2022-08-29 00:48:52 +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.