Commit Graph

2 Commits

Author SHA1 Message Date
Dr.Lt.Data
a1298fe31e Bug fix for a crash occurring under specific conditions when handling muted nodes that were already present. 2023-06-03 15:39:05 +09:00
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