Added new ruleset and states to support it.
This commit is contained in:
parent
707f93d7a3
commit
1c838a79bd
7 changed files with 120 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
BIN
resources/public/img/tiles/abandoned.png
Normal file
BIN
resources/public/img/tiles/abandoned.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 605 B |
BIN
resources/public/img/tiles/inn.png
Normal file
BIN
resources/public/img/tiles/inn.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 587 B |
BIN
resources/public/img/tiles/plague.png
Normal file
BIN
resources/public/img/tiles/plague.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 643 B |
Loading…
Add table
Add a link
Reference in a new issue