Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spore = "spore"
sporec = "sporec"
typeck = "typeck"
codegen = "codegen"
# Rust compiler term: Typed High-level IR
THIR = "THIR"

[files]
extend-exclude = ["docs/research/"]
1 change: 1 addition & 0 deletions docs/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ fn name(params) -> ReturnType ! [Errors]
- [syntax-research.md](research/syntax-research.md) — 10 语言语法设计调研
- [impl-stack-research.md](research/impl-stack-research.md) — 10 语言编译器实现栈调研
- [codegen-comparison.md](research/codegen-comparison.md) — LLVM vs Cranelift 深度对比
- [intent-first-signature-proposal.md](research/intent-first-signature-proposal.md) — 面向人类/Agent 的签名分层与 contract 提案

### 标准库(极简)
- **Prelude(自动可用)**: I32/I64/U32/U64/F32/F64/Bool/Str, Option[T], Result[T,E], 基本操作符, |>, ?
Expand Down
Loading
Loading