erg/compiler/erg_compiler
2022-10-17 11:28:08 +09:00
..
context Fix bugs 2022-10-17 02:08:04 +09:00
lib/std Delete prelude.er (-> _prelude.er) 2022-10-17 11:28:08 +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 Fix bugs 2022-10-17 02:08:04 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
build.rs Change the structure of the .erg directory 2022-10-16 12:04:39 +09:00
build_hir.rs Implement ProjMethod 2022-10-11 16:08:49 +09:00
Cargo.toml Remove no_build_rs feature 2022-10-16 10:33:20 +09:00
codegen.rs Delete prelude.er (-> _prelude.er) 2022-10-17 11:28:08 +09:00
compile.rs Refactor 2022-10-14 15:12:37 +09:00
desugar_hir.rs Add HIRDesugerer::desugar_class_member 2022-10-14 16:04:14 +09:00
effectcheck.rs Fix method call bug 2022-10-13 00:56:43 +09:00
error.rs trifle 2022-10-14 21:01:52 +08:00
hir.rs Add os module 2022-10-16 11:33:21 +09:00
lib.rs Add lint module 2022-10-17 00:39:37 +09:00
link.rs Fix bugs 2022-10-17 02:08:04 +09:00
lower.rs Fix projection type inference bug 2022-10-15 11:15:16 +09:00
main.rs Downgrade erg_type from crate to module 2022-10-12 02:28:25 +09:00
mod_cache.rs Fix import to be called from anywhere 2022-09-29 11:48:38 +09:00
optimize.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
ownercheck.rs Add os module 2022-10-16 11:33:21 +09:00
README.md Update README.md 2022-09-08 20:56:45 +08:00
reorder.rs Fix to continue compilation even if module compilation fails 2022-09-27 23:18:15 +09:00
varinfo.rs Fix projection type inference bug 2022-10-15 11:15:16 +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.