arcticfox1919 / LuaDardo

A Lua virtual machine written in Dart
Apache License 2.0
176 stars 34 forks source link

Prevent error when taking the length of a string #37

Open benzanol opened 3 months ago

benzanol commented 3 months ago

Currently, trying to measure the length of a string with #'abc' successfully adds the length to the stack, but doesn't break out of the function control flow, leaving the function to error.