mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Existence functions now parsing.
This commit is contained in:
@@ -319,6 +319,7 @@ grammar =
|
||||
# The list of arguments to a function call.
|
||||
Arguments: [
|
||||
o "CALL_START ArgList OptComma CALL_END", -> $2
|
||||
o "FUNC_EXIST CALL_START ArgList OptComma CALL_END", -> $3
|
||||
]
|
||||
|
||||
# Calling super.
|
||||
|
||||
Reference in New Issue
Block a user