Picolab / pico-engine

An implementation of the pico-engine hosted on node.js
http://picolabs.io/
MIT License
43 stars 8 forks source link

#637 arithmetic is broken in v120 #638

Closed joshmann35 closed 1 year ago

joshmann35 commented 1 year ago

There was an issue with hex interpretation where it wasn't checking for the 0x prefix. @windley @b1conrad Was this the intended behavior? These changes allow the tests to complete successfully and allows the github workflow to build successfully.