erg/compiler/erg_compiler
Shunsuke Shibayama 393ce2d94a Update register.rs
2022-12-14 07:49:12 +09:00
..
context Update register.rs 2022-12-14 07:49:12 +09:00
lib Fix an Erg standard library loading bug 2022-12-09 11:48:13 +09:00
linter Fix bugs 2022-10-17 02:08:04 +09:00
tests Fix SharedModuleCache to take ErgConfig as an argument 2022-12-13 20:41:05 +09:00
ty Undo 954c6f75 2022-12-14 07:38:28 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
artifact.rs Add BuildRunnable 2022-12-12 00:58:51 +09:00
build.rs Fix std to be updated by version change 2022-11-06 11:01:19 +09:00
build_hir.rs Fix SharedModuleCache to take ErgConfig as an argument 2022-12-13 20:41:05 +09:00
Cargo.toml Update version (beta.2) 2022-12-10 00:16:46 +09:00
codegen.rs Add Expr::Dummy 2022-12-11 18:28:20 +09:00
compile.rs Fix SharedModuleCache to take ErgConfig as an argument 2022-12-13 20:41:05 +09:00
desugar_hir.rs Modify comments & docs 2022-11-08 17:16:47 +09:00
effectcheck.rs Add Expr::Dummy 2022-12-11 18:28:20 +09:00
error.rs Enhance array out of bounds hint messages 2022-12-11 21:51:11 +09:00
hir.rs __import__ to be special function 2022-12-13 22:20:42 +09:00
lib.rs Implement features for embedding 2022-11-22 09:14:25 +09:00
link.rs Add Expr::Dummy 2022-12-11 18:28:20 +09:00
lower.rs Rename ErgConfig::pylyzer_mode -> python_compatible_mode 2022-12-14 06:11:54 +09:00
main.rs Add exec_new_thread 2022-12-14 05:29:47 +09:00
mod_cache.rs Fix SharedModuleCache to take ErgConfig as an argument 2022-12-13 20:41:05 +09:00
optimize.rs Fix match codegen 2022-11-16 18:59:38 +09:00
ownercheck.rs Implement Patch 2022-12-02 20:03:02 +09:00
README.md Update README.md 2022-09-08 20:56:45 +08:00
reorder.rs Implement Patch 2022-12-02 20:03:02 +09:00
transpile.rs Fix SharedModuleCache to take ErgConfig as an argument 2022-12-13 20:41:05 +09:00
varinfo.rs Fix: arbitrary attributes of Failure type objects to be Failure 2022-12-11 23:32:28 +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.