stevehalliwell / ulox

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

Additional std lib methods #220

Closed stevehalliwell closed 1 year ago

stevehalliwell commented 1 year ago

Math: Clamp List: Clear, Front, Back

List internally now uses our own class, not any faster right now but allows us to tweak trade offs

Corrects a missing <= for stack depth check in compiler

Remember to Add/Update the:

coveralls commented 1 year ago

Coverage Status

coverage: 92.021% (+0.3%) from 91.673% when pulling 94fd7f2036549357fad0d7163c62a32d64fd3678 on std-add into 8cb03aae7d62a00f98dffcacf3c6560d8e9eda94 on main.