mitra42 / webForth

Forth for the web - implemented in JS and other web technologies
https://www.mitra.biz/forth/console.html
GNU Affero General Public License v3.0
27 stars 1 forks source link

I/O from files #34

Closed mitra42 closed 3 years ago

mitra42 commented 3 years ago

Need ability to do things like forth.load("https://foo.bar/baz.f") or "./foo.f"

I think there is a standard set of words in ANS Forth - see #12 and ANS 11 or forth-standard.org 11 See also Block Word set ANS 7 or forth-standard.org 7

mitra42 commented 3 years ago

First pass is done - implementing the words from the ANS standard for opening/reading/writing/deleting etc https://forth-standard.org/standard/file . Still to do.

mitra42 commented 3 years ago

Release 0.0.16 has this working