inseven / opolua

A compiled-OPL interpreter for iOS written in Lua
https://opolua.org
MIT License
12 stars 0 forks source link

fix: impl of NotFloat operator. fixes #262 #263

Closed tomsci closed 9 months ago

tomsci commented 9 months ago

And added not.opo test case.

lua ./src/runopo.lua examples/Tests/not.opo
-1 0
3.14 0
0 -1

Values now match S5 output.