alunny / node-xcode

tools and utilities for working with xcode/ios projects
Apache License 2.0
225 stars 105 forks source link

change recursive -> iterate #112

Closed AbnerZheng closed 7 years ago

AbnerZheng commented 7 years ago

When using recursive method and the number of assignment statements is too large,such almost 8000 lines in my case, the parser will not work, exceeding the maximum of the call stack. So I change the recursive method to iterate method.