Compile the index selector (non-negative) #61
Labels
area: selector
Support for a JSONPath selector
help wanted
External contributions welcome
type: feature
New feature or request
Milestone
Is your feature request related to a problem? Please describe.
After support is added to the parser in #60, the compiler nmeeds to recognise the new node and compile it into the automaton.
Describe the solution you'd like
The automaton can't do much with the selector, it should just compile it as usual to either a recursive or direct state. The type of transition will be different – we need to introduce an "index" variant of transition, alongside existing
Label
.The text was updated successfully, but these errors were encountered: