Tweak README

This commit is contained in:
Remko Tronçon 2019-03-12 22:12:29 +01:00
parent c507d50f19
commit 22e22cb603

View file

@ -11,12 +11,11 @@ support JIT
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.
The implementation was influenced by
Parts of the implementation were influenced by
[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
words yet.
WAForth is still in an experimental stage.
## Install Dependencies