erg/compiler/erg_compiler
Shunsuke Shibayama dcf41877cb Update re.rs
2022-10-13 01:34:24 +09:00
..
context Update re.rs 2022-10-13 01:34:24 +09:00
std Implement Range 2022-10-10 13:51:07 +09:00
tests Fix to continue compilation even if module compilation fails 2022-09-27 23:18:15 +09:00
ty Fix method call bug 2022-10-13 00:56:43 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
build.rs Add std 2022-10-09 17:56:17 +09:00
build_hir.rs Implement ProjMethod 2022-10-11 16:08:49 +09:00
Cargo.toml Update version (nightly) 2022-10-13 00:58:13 +09:00
codegen.rs Add Iterable 2022-10-13 01:30:40 +09:00
compile.rs Downgrade erg_type from crate to module 2022-10-12 02:28:25 +09:00
effectcheck.rs Fix method call bug 2022-10-13 00:56:43 +09:00
error.rs Merge branch 'main' into dict 2022-10-12 13:20:05 +09:00
hir.rs Fix method call bug 2022-10-13 00:56:43 +09:00
lib.rs Downgrade erg_type from crate to module 2022-10-12 02:28:25 +09:00
link.rs Fix pyimport bug 2022-10-13 00:23:14 +09:00
lower.rs Fix method call bug 2022-10-13 00:56:43 +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 Fix method call bug 2022-10-13 00:56:43 +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 Downgrade erg_type from crate to module 2022-10-12 02:28:25 +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.