erg/compiler/erg_compiler
2022-08-20 07:38:33 +09: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 Update Parser: support for length-specified arrays 2022-08-19 19:35:02 +09:00
compile.rs Fix #56 2022-08-18 18:07:33 +09:00
context.rs Remove ConstObj (merge into ValueObj) 2022-08-20 07:38:33 +09:00
effectcheck.rs Fixed a type inference bugs 2022-08-19 01:33:05 +09:00
error.rs Fix error reporting links 2022-08-19 12:44:37 +09:00
eval.rs Remove ConstObj (merge into ValueObj) 2022-08-20 07:38:33 +09:00
hir.rs Remove ConstObj (merge into ValueObj) 2022-08-20 07:38:33 +09:00
initialize.rs Remove ConstObj (merge into ValueObj) 2022-08-20 07:38:33 +09:00
lib.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
lower.rs Remove ConstObj (merge into ValueObj) 2022-08-20 07:38:33 +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 Parser: support for length-specified arrays 2022-08-19 19:35:02 +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.