subex

Subex: Substitute Expressions, a tiny language for string operations
git clone https://shtanton.xyz/git/subex.git
Log | Files | Refs

DateCommit messageAuthorFiles+-
2022-12-24 10:04Adds the character range mapping syntaxCharlie Stanton3+98-0
2022-12-24 10:03Remove the redundant regex implementationCharlie Stanton3+0-191
2022-12-23 15:53Changes main to read input from stdin. Prunes states that won't wouldn't ever reach the front of the state priority queue.Charlie Stanton2+38-16
2022-12-22 15:23Expressions inside stores are now subexes instead of regexesCharlie Stanton4+25-18
2022-09-23 13:55Adds try, maybe and join operators with !, ? and ; respectivelyCharlie Stanton3+79-6
2022-09-21 20:05Initial commitCharlie Stanton8+624-0