mirror of https://github.com/kdl-org/kdl.git
Merge 8960760112 into b8570137b6
This commit is contained in:
commit
50a5616eb9
|
|
@ -125,7 +125,7 @@ type-matcher := "(" q-ws* ")" | $type
|
|||
accessor-matcher := "[" q-ws* (comparison | accessor)? q-ws* "]"
|
||||
comparison := accessor q-ws+ matcher-operator q-ws+ ($type | $string | $number | $keyword)
|
||||
accessor := "val(" q-ws* $integer q-ws* ")" | "prop(" q-ws* $string q-ws* ")" | "name(" q-ws* ")" | "tag(" q-ws* ")" | "values(" q-ws* ")" | "props(" q-ws* ")" | $string
|
||||
matcher-operator := "=" | "!=" | ">" | "<" | ">=" | "<=" | "^=" | "$=" | "*="
|
||||
matcher-operator := "=" | "!=" | ">=" | "<=" | ">" | "<" | "^=" | "$=" | "*="
|
||||
|
||||
q-ws := $node-space
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue