erg/compiler/erg_compiler
Shunsuke Shibayama 871000db98 Update eval.rs
2022-12-27 20:25:54 +09:00
..
context Update eval.rs 2022-12-27 20:25:54 +09:00
lib Update random.d.er 2022-12-27 13:04:47 +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 Update random.d.er 2022-12-27 13:04:47 +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: a bug that all history to be erased when an error occurred in the REPL 2022-12-15 23:32:14 +09:00
Cargo.toml Update Cargo.toml 2022-12-27 02:03:32 +09:00
codegen.rs Refactor: AttrDef -> ReDef 2022-12-27 14:07:39 +09:00
compile.rs Partially fi x #296 2022-12-17 16:44:51 +09:00
declare.rs Enhance: empty classes can be generated by Class() 2022-12-23 22:16:22 +09:00
desugar_hir.rs Refactor: AttrDef -> ReDef 2022-12-27 14:07:39 +09:00
effectcheck.rs Refactor: AttrDef -> ReDef 2022-12-27 14:07:39 +09:00
error.rs Warn when defining a var has a built-in of the same name 2022-12-27 11:26:15 +09:00
hir.rs Refactor: AttrDef -> ReDef 2022-12-27 14:07:39 +09:00
lib.rs Create declare mod 2022-12-14 17:47:40 +09:00
link.rs Refactor: AttrDef -> ReDef 2022-12-27 14:07:39 +09:00
lower.rs Update lower.rs 2022-12-27 15:51:46 +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 Enhance: empty classes can be generated by Class() 2022-12-23 22:16:22 +09:00
README.md Update README.md 2022-09-08 20:56:45 +08:00
reorder.rs eliminate lpop and use into_iter 2022-12-25 20:22:03 +09:00
transpile.rs Refactor: AttrDef -> ReDef 2022-12-27 14:07:39 +09:00
varinfo.rs Add python shadowing mode 2022-12-20 23:21:36 +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.