mirror of
https://github.com/remko/waforth
synced 2025-01-18 22:26:39 +01:00
Tweak README
This commit is contained in:
parent
c507d50f19
commit
22e22cb603
1 changed files with 3 additions and 4 deletions
|
@ -11,12 +11,11 @@ support JIT
|
||||||
yet](https://webassembly.org/docs/future-features/#platform-independent-just-in-time-jit-compilation)),
|
yet](https://webassembly.org/docs/future-features/#platform-independent-just-in-time-jit-compilation)),
|
||||||
and the I/O primitives to read and write a character.
|
and the I/O primitives to read and write a character.
|
||||||
|
|
||||||
The implementation was influenced by
|
Parts of the implementation were influenced by
|
||||||
[jonesforth](http://git.annexia.org/?p=jonesforth.git;a=summary), and I
|
[jonesforth](http://git.annexia.org/?p=jonesforth.git;a=summary), and I
|
||||||
shamelessly stole the Forth implementation of some of its high-level words.
|
shamelessly stole the Forth code of some of its high-level words.
|
||||||
|
|
||||||
WAForth is still just an experiment, and doesn't implement all the ANS standard
|
WAForth is still in an experimental stage.
|
||||||
words yet.
|
|
||||||
|
|
||||||
## Install Dependencies
|
## Install Dependencies
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue