big milestone. examples/code.coffee now compiles correctly under the new whitespace regime

This commit is contained in:
Jeremy Ashkenas
2009-12-30 18:59:33 -05:00
parent e6cd32f2fc
commit cd68f02981
3 changed files with 7 additions and 2 deletions

View File

@@ -353,7 +353,7 @@ rule
# An elsif portion of an if-else block.
ElsIf:
ELSE IfBlock { result = val[1] }
ELSE IfBlock { result = val[1].force_statement }
;
# Multiple elsifs can be chained together.