aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
blob: bcc8cadec8580876cd55aa18fb6feed12e1c5766 (plain)
1
2
3
4
5
6
7
8
9
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