erg/crates/erg_compiler
Shunsuke Shibayama 579615d76e feat: add Slice
2023-07-14 23:45:13 +09:00
..
context feat: add Slice 2023-07-14 23:45:13 +09:00
error fix: error msg for illegal use of Self type 2023-06-23 20:30:35 +09:00
lib Update __init__.d.er 2023-07-12 23:26:54 +09:00
module fix: case-sensitive renaming 2023-07-07 22:10:47 +09:00
tests Merge branch 'main' into rwlock 2023-06-10 17:45:08 +09:00
ty chore: remove dyn 2023-07-14 19:59:28 +09:00
.gitignore Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
artifact.rs feat: add BuildRunnable::build_module 2023-07-03 01:55:28 +09:00
build.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
build_hir.rs feat: add BuildRunnable::build_module 2023-07-03 01:55:28 +09:00
Cargo.toml Merge branch 'main' into rwlock 2023-06-10 17:45:08 +09:00
codegen.rs fix: Self type bugs 2023-07-08 13:17:09 +09:00
compile.rs feat: add BuildRunnable::build_module 2023-07-03 01:55:28 +09:00
declare.rs Merge branch 'main' into rwlock 2023-06-10 17:45:08 +09:00
desugar_hir.rs fix: desugar_hir bug 2023-06-17 13:58:51 +09:00
effectcheck.rs feat: parallelize the analysis process 2023-06-18 15:58:32 +09:00
hir.rs fix: parameter type inferring bug 2023-07-03 16:19:29 +09:00
lib.rs refactor: Reorderer -> ASTLinker, Linker -> HIRLinker 2023-03-07 20:18:30 +09:00
link_ast.rs fix: PreDeclTypeSpec bugs 2023-04-30 19:29:47 +09:00
link_hir.rs fix: module member resolution bug 2023-06-29 16:07:21 +09:00
lint.rs fix: errors in other modules are ignored 2023-06-22 16:32:10 +09:00
lower.rs fix: minor bugs 2023-06-25 23:06:40 +09:00
main.rs chore: name the spawned thread 2023-03-22 22:00:38 +09:00
optimize.rs fix: suppress optimization in REPL 2023-06-26 00:44:02 +09:00
ownercheck.rs Merge branch 'main' into rwlock 2023-06-10 17:45:08 +09:00
README.md Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
transpile.rs feat: add BuildRunnable::build_module 2023-07-03 01:55:28 +09:00
varinfo.rs feat: polymorphic type class members 2023-07-14 01:53:06 +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.