<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/subex/main_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Change output subex internals to allow structuresCharlie Stanton2024-04-071-0/+12
| | | | Also add substitute register syntactic sugar
* Add " shorthand for string destructureCharlie Stanton2024-03-311-0/+77
|
* Add map destructureCharlie Stanton2024-03-301-0/+35
|
* Add array value destructureCharlie Stanton2024-03-301-0/+58
|
* Add none structures and allow mismatched destructuringCharlie Stanton2024-03-301-1/+55
|
* Add basic array manipulationCharlie Stanton2024-03-291-0/+113
|
* Completely remove the path spaceCharlie Stanton2024-03-291-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 Stanton2023-07-191-0/+442
introduces unit testing