Added new ruleset and states to support it.

This commit is contained in:
Simon Brooke 2014-07-20 14:43:46 +01:00
parent 707f93d7a3
commit 1c838a79bd
7 changed files with 120 additions and 7 deletions

View file

@ -3162,7 +3162,7 @@ front of the sequence of tokens it returns nil.</p>
([tokens expect-int]
(or
(parse-disjunct-value tokens expect-int)
(parse-simple-value tokens)))
(parse-simple-value tokens expect-int)))
([tokens]
(parse-value tokens false)))</pre></td></tr><tr><td class="docs"><p>Parses a condition of the form '[property] in [value] or [value]...'</p>
</td><td class="codes"><pre class="brush: clojure">(defn parse-member-condition