erg/crates/erg_compiler
Shunsuke Shibayama a7cdc7bc7c Update cache.rs
2023-02-25 10:40:27 +09:00
..
context Update mod.rs 2023-02-25 10:11:11 +09:00
error chore: improve messages for unexpected arguments 2023-02-24 10:31:05 +09:00
lib feat: support tqdm 2023-02-25 01:58:37 +09:00
module Update cache.rs 2023-02-25 10:40:27 +09:00
tests fix: quantified subroutine subtyping bugs 2023-02-22 02:40:51 +09:00
ty feat: add init_py_builtin_operators 2023-02-24 15:21:25 +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 fix(compiler): issue with warns about other files 2023-02-13 12:26:15 +09:00
Cargo.toml update: feature flag 2023-02-02 14:38:09 +09:00
codegen.rs fix: quantified subroutine subtyping bugs 2023-02-22 02:40:51 +09:00
compile.rs refactor: duplicate codes are put together 2023-02-04 22:07:12 +09:00
declare.rs feat: add ConstTypeAsc 2023-02-23 20:17:59 +09:00
desugar_hir.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
effectcheck.rs Update effectcheck.rs 2023-02-12 18:05:32 +09:00
hir.rs fix: quantified subroutine subtyping bugs 2023-02-22 02:40:51 +09:00
lib.rs WIP 2023-02-06 17:04:12 +09:00
link.rs fix: path-related bugs 2023-02-25 00:54:11 +09:00
lint.rs fix: quantified subroutine subtyping bugs 2023-02-22 02:40:51 +09:00
lower.rs feat: implement Structural types 2023-02-23 01:37:54 +09:00
main.rs fix #321 2023-01-25 00:11:48 +09:00
optimize.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
ownercheck.rs perf: reduce performing of .loc() 2023-02-15 03:27:08 +09:00
README.md Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
reorder.rs fix: method decls visibility bug 2023-02-17 01:51:11 +09:00
transpile.rs fix(compiler): runtime type matching system 2023-02-12 01:34:12 +09:00
varinfo.rs fix: Structural types instantiation/generalization 2023-02-23 02:35:05 +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.