erg/compiler/erg_compiler
2022-08-30 05:53:15 +09:00
..
context Update the type of log 2022-08-30 05:53:15 +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 Implement access to array/tuple elements 2022-08-29 21:59:17 +09:00
compile.rs Create erg_type crate 2022-08-26 11:52:11 +09:00
effectcheck.rs Implement access to array/tuple elements 2022-08-29 21:59:17 +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 access to array/tuple elements 2022-08-29 21:59:17 +09:00
lib.rs Split custom types into Class and Trait 2022-08-26 17:24:55 +09:00
lower.rs Fix: display the parameter name when a type error is caused 2022-08-30 05:52:27 +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 access to array/tuple elements 2022-08-29 21:59:17 +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.