erg/compiler/erg_compiler
Shunsuke Shibayama 6d3dda8129 WIP: Impl Context::monomorphise
Impled: TyVarContext::sort_bounds
2022-08-15 03:39:45 +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.2) 2022-08-14 00:50:24 +09:00
codegen.rs WIP: Impl Context::monomorphise 2022-08-15 03:39:45 +09:00
compile.rs Fix REPL: can put normal exprs even at the top level 2022-08-13 22:48:50 +09:00
context.rs WIP: Impl Context::monomorphise 2022-08-15 03:39:45 +09:00
effectcheck.rs Cargo fmt 2022-08-14 01:45:15 +09:00
error.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
eval.rs WIP: Impl Context::monomorphise 2022-08-15 03:39:45 +09:00
hir.rs Fix polymorphic type infering bugs 2022-08-14 00:45:55 +09:00
initialize.rs WIP: Impl Context::monomorphise 2022-08-15 03:39:45 +09:00
lib.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
lower.rs Cargo fmt 2022-08-14 01:45:15 +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 Do cargo fmt 2022-08-13 07:02:07 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
varinfo.rs Cargo fmt 2022-08-14 01:45:15 +09:00

The Erg compiler (codename: Centimetre)

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