Closed skykanin closed 1 year ago
Adds support for the •ParseFloat system primitive to the bqn.js VM. Code is taken from the default javascript implementation at https://github.com/mlochbaum/BQN/blob/master/docs/bqn.js.
•ParseFloat
bqn.js
I've updated bqn.js itself bringing all the changes from there (some additions to •math namespace as well). Thank you for the heads up!
Adds support for the
•ParseFloat
system primitive to thebqn.js
VM. Code is taken from the default javascript implementation at https://github.com/mlochbaum/BQN/blob/master/docs/bqn.js.