mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-16 10:34:55 -05:00
ahh, finally. switched up our Jison configuration to provide better syntax errors. Now you get the unexpected token, instead of the expected one.
This commit is contained in:
@@ -76,7 +76,6 @@ parser.lexer: {
|
||||
@tokens: tokens
|
||||
@pos: 0
|
||||
upcomingInput: -> ""
|
||||
showPosition: -> @pos
|
||||
}
|
||||
|
||||
# Activate CoffeeScript in the browser by having it compile and evaluate
|
||||
|
||||
Reference in New Issue
Block a user