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 2c8b323ade Replace variable name computations by computations of indices
This commit replaces all variable name computations in |computeVarNames|
and |computeParams| passes by computations of indices. The actual names
are computed later in the |generateCode| pass.

This change makes the code generator the only place that deals with the
actual variable names, making them easier to change for example.

The code generator code seems bit more complicated after the change, but
this complexity will pay off (and mostly disappear) later.
12 years ago
..
compute-params.spec.js Replace variable name computations by computations of indices 12 years ago
compute-var-indices.spec.js Replace variable name computations by computations of indices 12 years ago
remove-proxy-rules.spec.js Change ordering of "action" code 12 years ago
report-left-recursion.spec.js Change ordering of "action" code 12 years ago
report-missing-rules.spec.js Change ordering of "action" code 12 years ago