erg/compiler/erg_compiler
2022-09-10 17:32:25 +09:00
..
context Follow clippy warnings 2022-09-10 17:32:25 +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 Follow clippy warnings 2022-09-10 17:32:25 +09:00
compile.rs make debug log easier to see 2022-08-30 10:57:30 +09:00
effectcheck.rs Set Erg's markdown snippet highlighting to Python 2022-09-04 12:01:06 +08:00
error.rs Follow clippy warnings 2022-09-10 17:32:25 +09:00
eval.rs Follow clippy warnings 2022-09-10 17:32:25 +09:00
hir.rs Follow clippy warnings 2022-09-10 17:32:25 +09:00
lib.rs Follow clippy warnings 2022-09-10 17:32:25 +09:00
lower.rs Follow clippy warnings 2022-09-10 17:32:25 +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 Update README.md 2022-09-08 20:56:45 +08:00
varinfo.rs Set Erg's markdown snippet highlighting to Python 2022-09-04 12:01:06 +08:00

The Erg compiler (codename: Centimetre)

The overall structure is described in detail in architecture.md(English).For other language translations of architecture.md, please check them out by yourself.