erg/crates/erg_compiler
Shunsuke Shibayama e4a3bc1720 feat: add rsimport
2023-11-07 12:59:33 +09:00
..
context feat: add rsimport 2023-11-07 12:59:33 +09:00
error chore: impl some error conversions 2023-11-03 17:40:56 +09:00
lib feat: add Float.nearly_eq 2023-11-07 02:30:08 +09:00
module fix: module cache bug 2023-10-11 03:59:11 +09:00
tests fix: forward-referenced method inference bug 2023-10-29 21:24:40 +09:00
ty feat: support inherited refinement types 2023-10-31 12:24:41 +09:00
.gitignore Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
artifact.rs chore: add parameter Builder to PackageBuilder 2023-10-11 11:46:23 +09:00
build.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
build_hir.rs chore: add New trait 2023-11-03 12:56:46 +09:00
build_package.rs chore: add PackageBuilder::build_module 2023-11-06 23:43:27 +09:00
Cargo.toml feat: add rsimport 2023-11-07 12:59:33 +09:00
codegen.rs chore: add hir::Methods 2023-11-05 01:18:32 +09:00
compile.rs chore: add New trait 2023-11-03 12:56:46 +09:00
declare.rs chore: let HIRBuilder/ASTLowerer be generic 2023-11-03 03:03:11 +09:00
desugar_hir.rs chore: add hir::Methods 2023-11-05 01:18:32 +09:00
effectcheck.rs chore: add hir::Methods 2023-11-05 01:18:32 +09:00
hir.rs feat: add rsimport 2023-11-07 12:59:33 +09:00
lib.rs chore: let HIRBuilder/ASTLowerer be generic 2023-11-03 03:03:11 +09:00
link_ast.rs chore: eliminate clippy warns 2023-08-24 23:38:27 +09:00
link_hir.rs chore: add hir::Methods 2023-11-05 01:18:32 +09:00
lint.rs chore: add hir::Methods 2023-11-05 01:18:32 +09:00
lower.rs chore: add hir::Methods 2023-11-05 01:18:32 +09:00
main.rs chore: let HIRBuilder/ASTLowerer be generic 2023-11-03 03:03:11 +09:00
optimize.rs fix: discarded variable bug 2023-08-14 21:45:40 +09:00
ownercheck.rs chore: add hir::Methods 2023-11-05 01:18:32 +09:00
README.md Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
transpile.rs chore: add hir::Methods 2023-11-05 01:18:32 +09:00
varinfo.rs fix: closure codegen bug 2023-10-20 12:26:57 +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.