erg/crates/erg_compiler
2023-08-30 11:39:32 +09:00
..
context feat: add Array.update_nth! 2023-08-28 15:33:58 +09:00
error fix: eliminate todo!s 2023-08-18 13:03:38 +09:00
lib feat: add Array.update_nth! 2023-08-28 15:33:58 +09:00
module chore: eliminate clippy warns 2023-08-24 23:38:27 +09:00
tests fix: occur check bug 2023-08-18 11:57:54 +09:00
ty fix: closure codegen bug 2023-08-29 00:37:05 +09:00
.gitignore Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
artifact.rs feat: support json backend 2023-08-18 22:19:19 +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 fix: codegen bug 2023-08-29 03:18:48 +09:00
compile.rs chore: add HIRBuilder::build_linked_module 2023-07-29 12:01:55 +09:00
declare.rs fix: array pattern matching 2023-08-27 20:29:40 +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(els): signature help 2023-08-30 11:39:32 +09:00
lib.rs refactor: Reorderer -> ASTLinker, Linker -> HIRLinker 2023-03-07 20:18:30 +09:00
link_ast.rs chore: eliminate clippy warns 2023-08-24 23:38:27 +09:00
link_hir.rs chore: add Token::new_fake 2023-08-27 17:16:36 +09:00
lint.rs feat: support recursive class definition 2023-08-25 21:02:47 +09:00
lower.rs chore: add Token::new_fake 2023-08-27 17:16:36 +09:00
main.rs chore: name the spawned thread 2023-03-22 22:00:38 +09:00
optimize.rs fix: discarded variable bug 2023-08-14 21:45:40 +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 fix: transpiler TODOs 2023-08-27 21:53:26 +09:00
varinfo.rs fix: const record member definition 2023-08-26 16:44:00 +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.