jsForth icon indicating copy to clipboard operation
jsForth copied to clipboard

Forth implemented in js

Results 3 jsForth issues
Sort by recently updated
recently updated
newest added

On success, `refill` doesn't return -1, but something like 1. When true flag should be -1 for all the standard words.

Hey @brendanator First off - your Forth rocks! :sunglasses: I've played with building Forths for numerous platforms, and I've enjoyed playing with a lot of pre-existing Forths too. For people...

Thanks for a cool Forth implementation. The JS interoperability makes this very useful. I noticed you'd specified MIT as the licence in the `package.json`-file, but the actual licence file seems...