Merge: 0.3.2

This commit is contained in:
Adam Porter 2019-10-19 02:01:13 -05:00
commit d5c26b7f60
5 changed files with 26 additions and 6 deletions

View file

@ -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))