Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify type system to primitives only | Himbeer | 3 days | 1 | -74/+21 |
* | Implement type parsing | Himbeer | 2024-09-26 | 1 | -8/+16 |
* | Order type kinds alphabetically | Himbeer | 2024-09-21 | 1 | -6/+6 |
* | Add builtin boolean type | Himbeer | 2024-09-21 | 1 | -0/+1 |
* | Remove unnecessary type struct pointer indirections | Himbeer | 2024-09-21 | 1 | -8/+8 |
* | Add definitions for builtin numeric types | Himbeer | 2024-09-15 | 1 | -0/+12 |
* | Add data structures for types | Himbeer | 2024-09-15 | 1 | -0/+75 |