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 #113

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.

AbnerZheng commented 7 years ago

@alunny @imhotep Could you please have a look? Since I haven't add new feature, this branch had passed all your test.