lsts 0.6.34

Large Scale Type Systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
**Program Components**
* Tokenization
* Parsing
* Type Operations
* Program Analysis
* Compilation
* Interpretation

**Dependency Graph**
* Tokenization before Parsing
* Parsing before Program Analysis
* Type Operations before Program Analysis
* Program Analysis before Compilation
* Program Analysis before Interpretation