erg/compiler/erg_compiler
Shunsuke Shibayama 11164c3634 Update mod.rs
2022-10-08 10:39:03 +09:00
..
context Update mod.rs 2022-10-08 10:39:03 +09:00
tests Fix to continue compilation even if module compilation fails 2022-09-27 23:18:15 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
build_hir.rs Add execution test 2022-10-01 01:11:31 +09:00
Cargo.toml Update version (v0.5.7) 2022-10-07 22:36:59 +09:00
codegen.rs bug fixes 2022-10-07 20:15:53 +09:00
compile.rs Add type displaying mode 2022-10-03 13:36:24 +09:00
effectcheck.rs Merge branch 'main' into pr/191 2022-10-06 11:57:49 +09:00
error.rs Add trait implementation check 2022-10-05 02:10:27 +09:00
hir.rs Merge branch 'main' into pr/191 2022-10-06 11:57:49 +09:00
lib.rs Fix #174 2022-09-22 21:52:06 +09:00
link.rs Merge branch 'main' into pr/191 2022-10-06 11:57:49 +09:00
lower.rs Rename: Type::Class -> Type::ClassType 2022-10-08 10:38:46 +09:00
main.rs Fix #174 2022-09-22 21:52:06 +09:00
mod_cache.rs Fix import to be called from anywhere 2022-09-29 11:48:38 +09:00
optimize.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
ownercheck.rs Merge branch 'main' into pr/191 2022-10-06 11:57:49 +09:00
README.md Update README.md 2022-09-08 20:56:45 +08:00
reorder.rs Fix to continue compilation even if module compilation fails 2022-09-27 23:18:15 +09:00
varinfo.rs WIP 2022-10-07 16:47:33 +09:00

The Erg compiler (codename: Centimetre)

The overall structure is described in detail in architecture.md(English).For other language translations of architecture.md, please check them out by yourself.