erg/crates/erg_compiler
GreasrySlug a0fe6d364c add: classify the block kind
todo
- use Parser instead of pattern matching
2023-01-31 09:46:01 +09:00
..
context Fix warns 2023-01-27 11:23:42 +09:00
error Fix #370 2023-01-28 12:54:42 +09:00
lib Add ntpath/posixpath.d.er 2023-01-25 20:18:18 +09:00
module Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
tests Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
ty Fix warns 2023-01-27 11:23:42 +09:00
.gitignore Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
artifact.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
build.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
build_hir.rs add: classify the block kind 2023-01-31 09:46:01 +09:00
Cargo.toml add feature: no_std 2023-01-15 23:35:00 +09:00
codegen.rs Update codegen.rs 2023-01-26 14:23:07 +09:00
compile.rs add: classify the block kind 2023-01-31 09:46:01 +09:00
declare.rs Improve inlay hint 2023-01-19 00:06:13 +09:00
desugar_hir.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
effectcheck.rs Improve inlay hint 2023-01-19 00:06:13 +09:00
hir.rs Fix warns 2023-01-27 11:23:42 +09:00
lib.rs fix socket connection problems 2023-01-25 01:19:45 +09:00
link.rs Improve inlay hint 2023-01-19 00:06:13 +09:00
lower.rs add: classify the block kind 2023-01-31 09:46:01 +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 update: use debug colors 2023-01-26 14:46:44 +09:00
README.md Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
reorder.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
transpile.rs add: classify the block kind 2023-01-31 09:46:01 +09:00
varinfo.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +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.