erg/compiler/erg_compiler
2022-08-19 11:05:27 +08:00
..
tests Move files 2022-08-19 08:52:10 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
Cargo.toml Update version (v0.2.6) 2022-08-19 02:51:29 +09:00
codegen.rs Partial fix #57 2022-08-18 18:40:30 +09:00
compile.rs Fix #56 2022-08-18 18:07:33 +09:00
context.rs Fix Array type inference 2022-08-19 10:43:57 +09:00
effectcheck.rs Fixed a type inference bugs 2022-08-19 01:33:05 +09:00
error.rs Add error message translation for zh-CN and zh-TW 2022-08-19 11:02:41 +08:00
eval.rs Fixed a type inference bugs 2022-08-19 01:33:05 +09:00
hir.rs Stricter type-check 2022-08-17 12:31:28 +09:00
initialize.rs Fixed a type inference bugs 2022-08-19 01:33:05 +09:00
lib.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
lower.rs Merge branch 'main' of https://github.com/C-BJ/erg 2022-08-19 11:05:27 +08:00
main.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
optimize.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
ownercheck.rs Fixed a type inference bugs 2022-08-19 01:33:05 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
varinfo.rs Update version (v0.2.3) 2022-08-16 23:27:09 +09:00

The Erg compiler (codename: Centimetre)

The overall structure is described in detail in architecture.md.