aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
blob: 42a0877230f75c9facb1efabdf27512515226159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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`.

Assuming you have gcc and make installed, the C implementation can be built with `make build`, then run with `./forth`.

If you also have rlwrap installed, you can run `make run-rlwrap`, to get completions, history, and more pleasant line-editing.

_Be aware:_

 - Neither implementation is finished
 - The instruction sets have _different_ missing features
 - This is a toy language, not intended for serious use