story-gen 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
}
|