[script] add 2 new operators

- Str : Int ->  works like py's [Int:]
- Str - Int -> subtracts x amount of characters from the end of the string
This commit is contained in:
suchmememanyskill
2020-12-31 21:20:48 +01:00
parent 95d4f2bbeb
commit a39b3b2460
3 changed files with 33 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ enum Tokens {
RSBracket,
AND,
OR,
Selector,
EquationSeperator,
};