erg/compiler/erg_compiler
2022-09-05 23:46:40 +09:00
..
context Fix type checker bugs 2022-09-05 23:46:31 +09:00
tests Split initialize.rs 2022-08-31 11:53:32 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
Cargo.toml Update version (v0.3.2) 2022-08-30 23:33:42 +09:00
codegen.rs Update parser 2022-09-02 11:45:47 +09:00
compile.rs make debug log easier to see 2022-08-30 10:57:30 +09:00
effectcheck.rs Update effectcheck.rs 2022-09-05 23:46:40 +09:00
error.rs Fix inference bugs 2022-09-03 15:22:44 +09:00
eval.rs Fix type checker bugs 2022-09-05 23:46:31 +09:00
hir.rs Add hir::MethodDefs 2022-09-03 15:53:09 +09:00
lib.rs Split custom types into Class and Trait 2022-08-26 17:24:55 +09:00
lower.rs Fix type checker bugs 2022-09-05 23:46:31 +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 Implement variable-length/keyword arguments 2022-08-30 20:31:56 +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.