Eprx now supports range of indeces to extract parts of strings or lists

This commit is contained in:
2024-05-26 06:19:08 +02:00
parent 691c213d17
commit 2c87d6bf9e
6 changed files with 215 additions and 53 deletions
+1
View File
@@ -12,6 +12,7 @@ type termPriority uint32
const (
priNone termPriority = iota
priRange
priBut
priAssign
priOr