erg/compiler/erg_compiler
2022-12-05 02:34:35 +09:00
..
context Add inc!, dec! to Int 2022-12-05 02:34:35 +09:00
lib Add inc!, dec! to Int 2022-12-05 02:34:35 +09:00
linter Fix bugs 2022-10-17 02:08:04 +09:00
tests Update test.rs 2022-11-16 20:09:10 +09:00
ty Add inc!, dec! to Int 2022-12-05 02:34:35 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
artifact.rs Add ErrorArtifact 2022-11-29 00:39:57 +09:00
build.rs Fix std to be updated by version change 2022-11-06 11:01:19 +09:00
build_hir.rs Fix #261 2022-11-28 22:23:46 +09:00
Cargo.toml Update version (v0.5.13) 2022-11-26 11:42:21 +09:00
codegen.rs Add inc!, dec! to Int 2022-12-05 02:34:35 +09:00
compile.rs Add ErrorArtifact 2022-11-29 00:39:57 +09:00
desugar_hir.rs Modify comments & docs 2022-11-08 17:16:47 +09:00
effectcheck.rs Forbid accessing to a mut object in a func 2022-12-01 23:11:42 +09:00
error.rs Fix match crashes 2022-12-04 11:43:39 +09:00
hir.rs Fix a refinement + union types bug 2022-12-05 00:41:37 +09:00
lib.rs Implement features for embedding 2022-11-22 09:14:25 +09:00
link.rs Fix #265 2022-12-01 23:02:06 +09:00
lower.rs Fix a refinement + union types bug 2022-12-05 00:41:37 +09:00
main.rs Add transpiler 2022-11-18 11:02:30 +09:00
mod_cache.rs Add Runnable::initialize 2022-11-23 19:43:56 +09:00
optimize.rs Fix match codegen 2022-11-16 18:59:38 +09:00
ownercheck.rs Fix #255 2022-11-29 14:06:10 +09:00
README.md Update README.md 2022-09-08 20:56:45 +08:00
reorder.rs Remove rust-defined python modules 2022-10-19 01:50:14 +09:00
transpile.rs Add inc!, dec! to Int 2022-12-05 02:34:35 +09:00
varinfo.rs Fix: discard patterns were ignored in types 2022-11-15 13:56:45 +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.