erg/compiler/erg_compiler
2022-08-31 14:23:01 +09:00
..
context Create a singular object version of get_similar_attr 2022-08-31 14:23:01 +09:00
tests Split initialize.rs 2022-08-31 11:53:32 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
Cargo.toml Update version (v0.3.2) 2022-08-30 23:33:42 +09:00
codegen.rs Add importlib, io, socket, sys, time 2022-08-31 14:19:25 +09:00
compile.rs make debug log easier to see 2022-08-30 10:57:30 +09:00
effectcheck.rs make debug log easier to see 2022-08-30 10:57:30 +09:00
error.rs Add rec_get_singular_ctx 2022-08-31 11:53:53 +09:00
eval.rs Implement variable-length/keyword arguments 2022-08-30 20:31:56 +09:00
hir.rs Fix method call bugs 2022-08-31 12:31:51 +09:00
lib.rs Split custom types into Class and Trait 2022-08-26 17:24:55 +09:00
lower.rs Fix method call bugs 2022-08-31 12:31:51 +09:00
main.rs Create erg_type crate 2022-08-26 11:52:11 +09:00
optimize.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
ownercheck.rs Implement variable-length/keyword arguments 2022-08-30 20:31:56 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
varinfo.rs Create erg_type crate 2022-08-26 11:52:11 +09:00

The Erg compiler (codename: Centimetre)

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