Merge: 0.3.2
This commit is contained in:
commit
d5c26b7f60
5 changed files with 26 additions and 6 deletions
|
|
@ -1496,7 +1496,7 @@ Multiple predicates are combined with BOOLEAN."
|
|||
(positive-term (or (and predicate-with-args `(pred args -- (cons (intern pred) args)))
|
||||
(and predicate-without-args `(pred -- (list (intern pred))))
|
||||
(and plain-string `(s -- (list 'regexp s)))))
|
||||
(plain-string (substring (+ (not (syntax-class whitespace)) (any))))
|
||||
(plain-string (or quoted-arg unquoted-arg))
|
||||
(predicate-with-args (substring predicate) ":" args)
|
||||
(predicate-without-args (substring predicate) ":")
|
||||
(predicate (or ,@predicates))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue