jashkenas--coffeescript/lib/coffee-script
Simon Lydell ae6df88c5c Point "missing )/}/]" errors to the unclosed (/{/[
Previously such errors pointed at the end of the input, which wasn't very
helpful. This is also consistent with unclosed strings, where the errors point
at the opening quote.

Note that this includes unclosed #{ (interpolations).
2015-01-04 07:51:53 +01:00
..
browser.js Refactor interpolation (and string and regex) handling in lexer 2015-01-04 07:47:09 +01:00
cake.js Refactor interpolation (and string and regex) handling in lexer 2015-01-04 07:47:09 +01:00
coffee-script.js Refactor interpolation (and string and regex) handling in lexer 2015-01-04 07:47:09 +01:00
command.js Refactor interpolation (and string and regex) handling in lexer 2015-01-04 07:47:09 +01:00
grammar.js implemented proper precedence for 'yield' 2014-10-13 03:32:02 +02:00
helpers.js Refactor interpolation (and string and regex) handling in lexer 2015-01-04 07:47:09 +01:00
index.js CoffeeScript 1.8.0 2014-08-26 12:24:29 -04:00
lexer.js Point "missing )/}/]" errors to the unclosed (/{/[ 2015-01-04 07:51:53 +01:00
nodes.js Refactor interpolation (and string and regex) handling in lexer 2015-01-04 07:47:09 +01:00
optparse.js Refactor interpolation (and string and regex) handling in lexer 2015-01-04 07:47:09 +01:00
parser.js implemented proper precedence for 'yield' 2014-10-13 03:32:02 +02:00
register.js CoffeeScript 1.8.0 2014-08-26 12:24:29 -04:00
repl.js Refactor interpolation (and string and regex) handling in lexer 2015-01-04 07:47:09 +01:00
rewriter.js added 'yield from' 2014-09-06 13:53:21 +02:00
scope.js Refactor interpolation (and string and regex) handling in lexer 2015-01-04 07:47:09 +01:00
sourcemap.js CoffeeScript 1.8.0 2014-08-26 12:24:29 -04:00