67d85f2de8
Rename compiler passes as follows: reportLeftRecursion -> reportInfiniteRecursion reportInfiniteLoops -> reportInfiniteRepetition This reflects the fact that both passes detect different ways of causing the same problem (possible infinite loop when parsing). |
||
---|---|---|
.. | ||
passes | ||
asts.js | ||
index.js | ||
js.js | ||
opcodes.js | ||
visitor.js |