Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove filters and various commands that are no longer wanted | Charlie Stanton | 2023-04-20 | 1 | -93/+0 |
| | | | | These have all been made redundant by the incredible substitute command | ||||
* | Move JSON serialising, deserialising and walking code into a separate package | Charlie Stanton | 2023-02-19 | 1 | -19/+23 |
| | |||||
* | Adds some new commands | Charlie Stanton | 2022-09-21 | 1 | -0/+8 |
| | |||||
* | Adds new filters | Charlie Stanton | 2022-08-27 | 1 | -25/+26 |
| | | | | | | | | - Begin terminals - End terminals - All terminals - Negate - AND | ||||
* | Refactors some stuff and adds lexing and parsing | Charlie Stanton | 2022-08-26 | 1 | -3/+49 |
| | |||||
* | Initial commit | Charlie Stanton | 2022-08-23 | 1 | -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 |