aboutsummaryrefslogtreecommitdiff
path: root/notes/minimal_slul.txt
blob: e64e3e2f89defc10858d94088d4cf80009de7f21 (plain)
1
2
3
4
5
6
7
8
9

Minimal subset of SLUL
======================

4 or 5 types:
* 31 bit integer type "int"
* bool
* string (or should this be a struct type? pros/cons...)
* struct (including Map, List, etc.)
* maybe enum?