You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Majda 95ce20ed92 Extract the |matchesEmpty| visitor from the |reportLeftRecursion| pass
Beside the recursion detector, the visitor will also be used by infinite
loop detector.

Note the newly created |asts.matchesEmpty| function re-creates the
visitor each time it is called, which makes it slower than necessary.
This could have been worked around in various ways but I chose to defer
that optimization because real-world performance impact is small.
9 years ago
..
generate-bytecode.js Make labels behave like block-scoped variables 9 years ago
generate-javascript.js Implement basic support for tracing 9 years ago
remove-proxy-rules.js Simplify visitors by providing default visit functions 10 years ago
report-left-recursion.js Extract the |matchesEmpty| visitor from the |reportLeftRecursion| pass 9 years ago
report-missing-rules.js Simplify visitors by providing default visit functions 10 years ago