stevehalliwell / ulox

A bytecode interpreted scripting language for games in Unity.
MIT License
24 stars 0 forks source link

Change loop vars. array and i only #249

Closed stevehalliwell closed 4 months ago

stevehalliwell commented 4 months ago

Loop desugar now expects only a collection name and a prefix name. Defaults to i, if another is given it changes the prefix on item and icount.

Remember to Add/Update the:

coveralls commented 4 months ago

Coverage Status

coverage: 95.216% (-0.008%) from 95.224% when pulling b382211be17fa980e2c27a14a56e138778817cb9 on simlify-loop-vars into d46cad6365adf8aa3150043c56142acc83d5d01d on main.