CordyJ / OpenTxl

TXL programming language compiler/interpreter
Other
18 stars 1 forks source link

(TXL implementation limit) Too many total local variables in rules of TXL program (> 540672) #1

Closed CordyJ closed 1 year ago

CordyJ commented 1 year ago

Pattern parsing fails to un-enter local variables from the global localVars table when backtracking, thus using far more entries than necessary, and in some cases preventing valid programs from running, in particular js2ts.

CordyJ commented 1 year ago

Addressed by update #2, version 11.1