erg/compiler/erg_compiler
Shunsuke Shibayama 8ce843a8df WIP: fix REPL
2022-09-22 15:46:09 +09:00
..
context Update register.rs 2022-09-22 14:52:29 +09:00
tests Fixed to allow types to be uniquely determined between modules 2022-09-22 13:23:43 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
builder.rs WIP: fix REPL 2022-09-22 15:46:09 +09:00
Cargo.toml Update version (v0.5.0) 2022-09-22 14:54:25 +09:00
check.rs WIP: fix REPL 2022-09-22 15:46:09 +09:00
codegen.rs Fixed to allow types to be uniquely determined between modules 2022-09-22 13:23:43 +09:00
compile.rs Fixed to allow types to be uniquely determined between modules 2022-09-22 13:23:43 +09:00
effectcheck.rs Add "check" mode 2022-09-21 14:01:20 +09:00
error.rs WIP: fix REPL 2022-09-22 15:46:09 +09:00
hir.rs Add "check" mode 2022-09-21 14:01:20 +09:00
lib.rs Add "check" mode 2022-09-21 14:01:20 +09:00
link.rs Fix some visibility bugs 2022-09-21 21:28:37 +09:00
lower.rs Fixed to allow types to be uniquely determined between modules 2022-09-22 13:23:43 +09:00
main.rs Add "check" mode 2022-09-21 14:01:20 +09:00
mod_cache.rs Fixed to register <builtins> to mod_cache 2022-09-22 10:37:39 +09:00
optimize.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
ownercheck.rs Fix ownership checker bugs 2022-09-13 15:46:01 +09:00
README.md Update README.md 2022-09-08 20:56:45 +08:00
reorder.rs Fix lower bugs 2022-09-21 11:22:18 +09:00
varinfo.rs Fix duplicate method definition bugs 2022-09-09 01:07:34 +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.