erg/compiler/erg_compiler
Shunsuke Shibayama 791107cdd3 Fixed a type inference bugs
Pass source code line numbers instead of error numbers as a temporary hack
2022-08-19 01:33:05 +09:00
..
tests Organize crates 2022-08-13 06:38:12 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
Cargo.toml Add language target: simplified/traditional chinese 2022-08-18 16:31:35 +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 Fixed a type inference bugs 2022-08-19 01:33:05 +09:00
effectcheck.rs Fixed a type inference bugs 2022-08-19 01:33:05 +09:00
error.rs Fixed a type inference bugs 2022-08-19 01:33:05 +09: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 Fixed a type inference bugs 2022-08-19 01:33:05 +09: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.