Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change output subex internals to allow structures | Charlie Stanton | 2024-04-07 | 1 | -0/+12 |
| | | | | Also add substitute register syntactic sugar | ||||
* | Add " shorthand for string destructure | Charlie Stanton | 2024-03-31 | 1 | -0/+77 |
| | |||||
* | Add map destructure | Charlie Stanton | 2024-03-30 | 1 | -0/+35 |
| | |||||
* | Add array value destructure | Charlie Stanton | 2024-03-30 | 1 | -0/+58 |
| | |||||
* | Add none structures and allow mismatched destructuring | Charlie Stanton | 2024-03-30 | 1 | -1/+55 |
| | |||||
* | Add basic array manipulation | Charlie Stanton | 2024-03-29 | 1 | -0/+113 |
| | |||||
* | Completely remove the path space | Charlie Stanton | 2024-03-29 | 1 | -408/+56 |
| | | | | The new design uses deeply nested values in the value space instead. | ||||
* | Huge refactor to a more value based system, doing away with terminals. Also ↵ | Charlie Stanton | 2023-07-19 | 1 | -0/+442 |
introduces unit testing |