<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/main/filter.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove filters and various commands that are no longer wantedCharlie Stanton2023-04-201-93/+0
| | | | These have all been made redundant by the incredible substitute command
* Move JSON serialising, deserialising and walking code into a separate packageCharlie Stanton2023-02-191-19/+23
|
* Adds some new commandsCharlie Stanton2022-09-211-0/+8
|
* Adds new filtersCharlie Stanton2022-08-271-25/+26
| | | | | | | | - Begin terminals - End terminals - All terminals - Negate - AND
* Refactors some stuff and adds lexing and parsingCharlie Stanton2022-08-261-3/+49
|
* Initial commitCharlie Stanton2022-08-231-0/+34
No parsing yet, but the execution is not bad Commands: - Print value - Toggle terminal (switch between array and map) - Filter command Filters: - Path filter Path filters are compiled from a regex like AST