story-gen 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/NEWS +1 -1
- data/lib/story/compile.rb +1 -1
- metadata +1 -1
data/NEWS
CHANGED
data/lib/story/compile.rb
CHANGED
|
@@ -656,7 +656,7 @@ class Story
|
|
|
656
656
|
(_{dash} or _{ word and rparen }) and c = fact_expr and opt{comma} and _then_ and s = statement and opt{semicolon} and [c, s]
|
|
657
657
|
} and
|
|
658
658
|
otherwise_s = opt {
|
|
659
|
-
otherwise and s = statement and opt{semicolon} and s
|
|
659
|
+
(_{dash} or _{ word and rparen }) and otherwise and s = statement and opt{semicolon} and s
|
|
660
660
|
} and
|
|
661
661
|
_(Statement::If[c_and_sn, otherwise_s.first])
|
|
662
662
|
}
|