| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Generic treesitter finding. | Josh Rahm | 2025-12-08 |
| | | |||
| * | Add tree sitter grammar for Fiddle. | Josh Rahm | 2025-12-08 |
| | | |||
| * | Implement new syntactic-sugar for skip_to(). Allows specifying the offset ↵ | Josh Rahm | 2024-12-03 |
| | | | | | directly on a register | ||
| * | Added syntax for skip_to and buffer. | Josh Rahm | 2024-11-26 |
| | | | | | | | | buffer tells fiddle to create a buffer of a number of bytes. skip_to tells fiddle to skip to some new offset. It's essentially an unnamed buffer | ||
| * | Add import statements, add using statements, properly cross-package | Josh Rahm | 2024-09-22 |
| | | | | | symbols. | ||
| * | More major changes to the grammer. | Josh Rahm | 2024-09-22 |
| | | | | | | | Added annotation sublanguage for defining compiler directives. Also added the syntax for import statements. Imports are not implemented, but I'm currently working on that. | ||
| * | 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 |