mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-19 03:44:23 -05:00
...
This commit is contained in:
@@ -88,7 +88,12 @@ rule
|
||||
|
||||
Block:
|
||||
Expression { result = Expressions.new(val) }
|
||||
| INDENT Expressions OUTDENT { result = val[1] }
|
||||
| INDENT Expressions Outdent { result = val[1] }
|
||||
;
|
||||
|
||||
Outdent:
|
||||
/* nothing */
|
||||
| OUTDENT
|
||||
;
|
||||
|
||||
# All tokens that can terminate an expression.
|
||||
|
||||
Reference in New Issue
Block a user