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.
b1ad2a1f61
Preform the following renames: * |reportedPos| -> |savedPos| (abstract machine variable) * |peg$reportedPos| -> |peg$savedPos| (variable in generated code) * |REPORT_SAVED_POS| -> |LOAD_SAVED_POS| (instruction) * |REPORT_CURR_POS| -> |UPDATE_SAVED_POS| (instruction) The idea is that the name |reportedPos| is no longer accurate after the |location| change (seea the previous commit) because now both |reportedPos| and |currPos| are reported to user code. Renaming to |savedPos| resolves this inaccuracy. There is probably some better name for the concept than quite generic |savedPos|, but it doesn't come to me. |
10 years ago | |
---|---|---|
.. | ||
generate-bytecode.spec.js | 10 years ago | |
helpers.js | 10 years ago | |
remove-proxy-rules.spec.js | 11 years ago | |
report-infinite-loops.spec.js | 10 years ago | |
report-left-recursion.spec.js | 10 years ago | |
report-missing-rules.spec.js | 11 years ago |