erg/compiler/erg_compiler
Shunsuke Shibayama 30f6e98715 Fix polymorphic type infering bugs
Delete: DefaultParamSignarure
Add: some convinient APIs (py, p!)

Inferences can now be made that take into account the variance of polymorphic types
2022-08-14 00:45:55 +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 Organize crates 2022-08-13 06:38:12 +09:00
codegen.rs Fix polymorphic type infering bugs 2022-08-14 00:45:55 +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 Fix polymorphic type infering bugs 2022-08-14 00:45:55 +09:00
effectcheck.rs Update effectcheck.rs 2022-08-13 22:49:00 +09:00
error.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
eval.rs Fix polymorphic type infering bugs 2022-08-14 00:45:55 +09:00
hir.rs Fix polymorphic type infering bugs 2022-08-14 00:45:55 +09:00
initialize.rs Fix polymorphic type infering bugs 2022-08-14 00:45:55 +09:00
lib.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
lower.rs Fix polymorphic type infering bugs 2022-08-14 00:45:55 +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 Fix polymorphic type infering bugs 2022-08-14 00:45:55 +09:00

The Erg compiler (codename: Centimetre)

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