Marijn Haverbeke 82980794a9 Fix bug in expression-terminating heuristic
Dedented tokens should only end an expression if they are actually the first
token on the line.

This to prevent code like this from going wrong:

    x = (function(..) {
      blah();
    })(); // <-- indented same as start of expression
2013-02-05 13:49:51 +01:00
2012-10-03 11:04:26 +02:00
2012-10-02 16:17:48 +02:00
2012-09-24 11:50:10 +02:00
2013-01-13 22:05:46 +01:00
2012-09-24 12:10:30 +02:00

Acorn

A tiny, fast JavaScript parser in JavaScript.

See http://marijnhaverbeke.nl/acorn/

Description
No description provided
Readme 79 MiB
Languages
JavaScript 99.5%
Makefile 0.3%
HTML 0.1%