erg/compiler/erg_compiler
2022-11-16 00:06:00 +09:00
..
context Add not & Fix while, for codegen bugs 2022-11-16 00:06:00 +09:00
lib Add "dis" module 2022-11-05 00:04:00 +09:00
linter Fix bugs 2022-10-17 02:08:04 +09:00
tests Fix to continue compilation even if module compilation fails 2022-09-27 23:18:15 +09:00
ty Add not & Fix while, for codegen bugs 2022-11-16 00:06:00 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
artifact.rs Add artifact.rs 2022-10-29 17:27:21 +09:00
build.rs Fix std to be updated by version change 2022-11-06 11:01:19 +09:00
build_hir.rs Add artifact.rs 2022-10-29 17:27:21 +09:00
Cargo.toml Add: unicode and pretty features flag 2022-11-12 18:08:23 +09:00
codegen.rs Add not & Fix while, for codegen bugs 2022-11-16 00:06:00 +09:00
compile.rs Add comments & refactoring 2022-11-08 02:26:06 +09:00
desugar_hir.rs Modify comments & docs 2022-11-08 17:16:47 +09:00
effectcheck.rs Modify comments & docs 2022-11-08 17:16:47 +09:00
error.rs Add Obj! type definition 2022-11-15 18:48:55 +09:00
hir.rs Remove SubrSignature::t 2022-11-12 19:43:19 +09:00
lib.rs Add artifact.rs 2022-10-29 17:27:21 +09:00
link.rs Implement record pattern for parameters 2022-11-09 18:14:02 +09:00
lower.rs Remove SubrSignature::t 2022-11-12 19:43:19 +09:00
main.rs Downgrade erg_type from crate to module 2022-10-12 02:28:25 +09:00
mod_cache.rs Add comments & refactoring 2022-11-08 02:26:06 +09:00
optimize.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
ownercheck.rs Add comments & refactoring 2022-11-08 02:26:06 +09:00
README.md Update README.md 2022-09-08 20:56:45 +08:00
reorder.rs Remove rust-defined python modules 2022-10-19 01:50:14 +09:00
varinfo.rs Fix: discard patterns were ignored in types 2022-11-15 13:56:45 +09: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.