erg/compiler/erg_compiler
Shunsuke Shibayama c79fcd5dbe Update version (v0.2.4)
A crash problem with file input has been fixed.
2022-08-17 00:48:19 +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 Update version (v0.2.4) 2022-08-17 00:48:19 +09:00
codegen.rs WIP: Impl Context::monomorphise 2022-08-15 03:39:45 +09:00
compile.rs Update version (v0.2.4) 2022-08-17 00:48:19 +09:00
context.rs Update version (v0.2.3) 2022-08-16 23:27:09 +09:00
effectcheck.rs Update version (v0.2.3) 2022-08-16 23:27:09 +09:00
error.rs Update version (v0.2.3) 2022-08-16 23:27:09 +09:00
eval.rs Update version (v0.2.3) 2022-08-16 23:27:09 +09:00
hir.rs Update version (v0.2.3) 2022-08-16 23:27:09 +09:00
initialize.rs Update version (v0.2.3) 2022-08-16 23:27:09 +09:00
lib.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
lower.rs Update version (v0.2.3) 2022-08-16 23:27:09 +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 Update version (v0.2.3) 2022-08-16 23:27:09 +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.