Commit Graph

1 Commits

Author SHA1 Message Date
Dr.Lt.Data
2ca43c3ace change recursion style execution to worklist style execution
* Preventing stack overflow in deep recursion in Python.
  * Handling worklists of arbitrary length
  * Allowing future extension for loop structures
* Eliminating inefficiency due to call stack cost
* Improved control over the processing order of nodes
2023-06-03 13:27:08 +09:00