| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Some major changes to the structure of the language. | Josh Rahm | 2024-09-20 |
| | | | | | | | | | | Added structures and unions to better define the layout and model overlapping concerns. renamed objtype -> type and object -> instance. added reserved statements for types. | ||
| * | Fleshed out stage2 and made some big changes. | Josh Rahm | 2024-08-21 |
| | | | | | | Delegated behavior of Compile monad to monad transformers MaybeT and RWS. | ||
| * | Some more fleshing-out of the parser and better AST utils. | Josh Rahm | 2022-12-18 |
| | | |||
| * | fiddle: have a basic tokenizer working. | Josh Rahm | 2022-12-17 |
| | | |||
| * | Initial commit with goal file in mind | Josh Rahm | 2022-12-16 |