fredi-68 / OverScript

OverScript - Overwatch Workshop Script Compiler for Python 3
MIT License
6 stars 1 forks source link

Add functions with recursion #8

Open fredi-68 opened 5 years ago

fredi-68 commented 5 years ago

can do this with an array of arrays storing arguments and instruction pointer like

[instruction, arg1, arg2, arg3, ...]

fredi-68 commented 5 years ago

due to the nested array restrictions and currently not being able to build 3D arrays dynamically, this feature will have to wait to be implemented