diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..bcc8cad --- /dev/null +++ b/readme.md @@ -0,0 +1,10 @@ +Forth-style Stack Language with C and JS implementations. + +JS implementation can be run by opening index.html in a web browser or running `node forth.js`. + +C implementation can be compiled with gcc (`gcc forth.c -o forth`) and then run `./forth`. + +Be aware: +- Neither implementation is finished +- The instruction sets have _different_ missing features +- This is a toy language, not intended for serious use |