erg/crates/erg_compiler
2023-08-09 23:07:53 +09:00
..
context chore: add Unifier 2023-08-06 19:25:31 +09:00
error fix: warn unused type variables 2023-08-02 15:07:31 +09:00
lib Update os type definition 2023-08-09 23:07:53 +09:00
module fix: warn unused type variables 2023-08-02 15:07:31 +09:00
tests Merge branch 'main' into rwlock 2023-06-10 17:45:08 +09:00
ty fix: quantification of And types 2023-08-02 10:45:07 +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 chore: add HIRBuilder::build_linked_module 2023-07-29 12:01:55 +09:00
Cargo.toml Merge branch 'main' into rwlock 2023-06-10 17:45:08 +09:00
codegen.rs perf: optimize codegen 2023-07-28 01:51:40 +09:00
compile.rs chore: add HIRBuilder::build_linked_module 2023-07-29 12:01:55 +09:00
declare.rs fix: warn unused type variables 2023-08-02 15:07:31 +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: eliminate of unnecessary file escapes 2023-07-26 17:53:29 +09:00
lint.rs fix: eliminate of unnecessary file escapes 2023-07-26 17:53:29 +09:00
lower.rs fix: warn unused type variables 2023-08-02 15:07:31 +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 fix: warn unused type variables 2023-08-02 15:07:31 +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.