lsts 0.6.34

Large Scale Type Systems
Documentation
1
2
3
4
5
6
7
# LSTS Source Code

- [Tokenizer]https://github.com/andrew-johnson-4/LSTS/blob/main/src/token.rs
- [Parser]https://github.com/andrew-johnson-4/LSTS/blob/main/src/ll.rs
- [Types]https://github.com/andrew-johnson-4/LSTS/blob/main/src/typ.rs
- [Program Analysis]https://github.com/andrew-johnson-4/LSTS/blob/main/src/tlc.rs
- [CLI]https://github.com/andrew-johnson-4/LSTS/blob/main/src/main.rs