1.
About
2.
Quick Start
2.1.
Installation
2.2.
Basic Project
2.3.
VSC Support
3.
References
3.1.
Basic
3.2.
Operator
3.2.1.
Type Operator
3.3.
Array
3.4.
closure
3.5.
Module
3.6.
Method
3.7.
Trait
3.8.
Generic
3.9.
Tuple
3.10.
Deconstruct
3.11.
Union
3.12.
Macro
4.
Dev Prepare
5.
Compiler
5.1.
Parser
5.2.
AST
5.3.
Flow Chart
6.
Language Server
6.1.
Design
6.2.
Diagnostic
7.
System library
7.1.
vm
7.1.1.
gc
7.1.1.1.
Immix Gc
7.1.1.2.
Stack Map
7.1.1.3.
Evacuation
7.2.
planglib
8.
compiler theory
8.1.
top-down parsing
9.
Contributing
10.
Blogs
10.1.
About pivot lang
10.2.
lsp and salsa
10.3.
GC basic tutorial
10.4.
performance optimization
Light
Rust
Coal
Navy
Ayu
Pivot Lang
编译原理
这个章节会介绍一些编译原理的基础知识,方便新手入门