erg/crates/erg_compiler
Shunsuke Shibayama 0840d9bf60 fix: subtyping bug
2023-06-10 11:16:30 +09:00
..
context fix: subtyping bug 2023-06-10 11:16:30 +09:00
error Merge pull request #320 from GreasySlug/feature/parser-err 2023-06-09 22:29:35 +09:00
lib chore: add package.er for type decl packages 2023-06-07 00:01:45 +09:00
module chore: eliminate unsafe operations 2023-05-28 10:31:39 +09:00
tests chore: add erg_common::io module 2023-06-09 12:11:13 +09:00
ty fix: subtyping bug 2023-06-10 11:16:30 +09:00
.gitignore Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
artifact.rs feat(els): add case-change action 2023-02-11 14:20:15 +09:00
build.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
build_hir.rs chore(parser): return AST and Warnings 2023-06-09 02:36:41 +09:00
Cargo.toml build: add experimental feature 2023-06-01 21:27:28 +09:00
codegen.rs chore: add erg_common::io module 2023-06-09 12:11:13 +09:00
compile.rs chore(parser): return AST and Warnings 2023-06-09 02:36:41 +09:00
declare.rs fix: distinguish between access to class/instance attr 2023-06-08 22:17:52 +09:00
desugar_hir.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
effectcheck.rs feat: add restricted visibility syntax 2023-03-05 02:19:18 +09:00
hir.rs chore(els): impl hover/jump for type specification 2023-06-02 10:54:31 +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: #430 2023-06-01 13:08:51 +09:00
lint.rs chore(parser): return AST and Warnings 2023-06-09 02:36:41 +09:00
lower.rs chore(parser): return AST and Warnings 2023-06-09 02:36:41 +09:00
main.rs chore: name the spawned thread 2023-03-22 22:00:38 +09:00
optimize.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
ownercheck.rs fix: type declaration bugs 2023-06-04 16:48:21 +09:00
README.md Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
transpile.rs chore(parser): return AST and Warnings 2023-06-09 02:36:41 +09:00
varinfo.rs fix: distinguish between access to class/instance attr 2023-06-08 22:17:52 +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.