mechanize-systems / bqnpad

Online REPL for BQN
https://bqnpad.mechanize.systems
Other
33 stars 2 forks source link

Add support for •ParseFloat in bqn.js VM #10

Closed skykanin closed 1 year ago

skykanin commented 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.

andreypopp commented 1 year ago

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!