1.
About
2.
Performance
3.
Quick Start
3.1.
Installation
3.2.
Basic Project
3.3.
VSC Support
4.
References
4.1.
Basic
4.2.
Operator
4.2.1.
Type Operator
4.3.
Array
4.4.
Closure
4.5.
Module
4.6.
Method
4.7.
Trait
4.8.
Generic
4.9.
Tuple
4.10.
Deconstruct
4.11.
Union
4.12.
Macro
5.
Dev Prepare
6.
Compiler
6.1.
Parser
6.2.
AST
6.3.
Flow Chart
7.
Language Server
7.1.
Design
7.2.
Diagnostic
8.
System library
8.1.
vm
8.1.1.
gc
8.1.1.1.
Immix Gc
8.1.1.2.
Stack Map
8.1.1.3.
Evacuation
8.2.
planglib
9.
compiler theory
9.1.
top-down parsing
10.
Contributing
11.
Blogs
11.1.
About pivot lang
11.2.
lsp and salsa
11.3.
GC basic tutorial
11.4.
performance optimization
Light
Rust
Coal
Navy
Ayu
Pivot Lang
SystemLib
pl的系统库一部分是pl代码一部分是rust代码,rust部分在项目的
vm
目录中,pl部分在
planglib
目录中。