According to the annotated source, the Coffee Script grammar delimits the arguments to a function call with CALL_START ArgList OptComma CALL_END, but I can’t see where CALL_END is actually defined. What is it defined as?
According to the annotated source, the Coffee Script grammar delimits the arguments to a
Share
Apparently
CALL_ENDis inserted byaddImplicitParenthesesin rewriter.coffee