erg/compiler/erg_compiler
Shunsuke Shibayama 1c29e21aa4 Fix #115, #133
2022-09-11 10:09:42 +09:00
..
context Follow the latest changes and correct warnings 2022-09-10 21:33:13 +09:00
tests Update test.rs 2022-09-10 15:10:59 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
Cargo.toml Update version (v0.4.0) 2022-09-11 01:13:58 +09:00
codegen.rs Follow the latest changes and correct warnings 2022-09-10 21:33:13 +09:00
compile.rs Fix Linker crashes 2022-09-09 17:44:56 +09:00
effectcheck.rs Fix visibility bugs 2022-09-10 01:42:23 +09:00
error.rs Follow the latest changes and correct warnings 2022-09-10 21:33:13 +09:00
hir.rs Follow the latest changes and correct warnings 2022-09-10 21:33:13 +09:00
lib.rs Follow the latest changes and correct warnings 2022-09-10 21:33:13 +09:00
link.rs Follow the latest changes and correct warnings 2022-09-10 21:33:13 +09:00
lower.rs Follow the latest changes and correct warnings 2022-09-10 21:33:13 +09:00
main.rs Fix #115, #133 2022-09-11 10:09:42 +09:00
optimize.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
ownercheck.rs Fix visibility bugs 2022-09-10 01:42:23 +09:00
README.md Update README.md 2022-09-08 20:56:45 +08: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.