mirror of
https://github.com/nineties/planckforth
synced 2024-12-27 21:58:35 +01:00
update readme
This commit is contained in:
parent
e60138f976
commit
86288f6065
1 changed files with 3 additions and 5 deletions
|
@ -1,12 +1,10 @@
|
||||||
# PlanckForth: Bootstrapping Forth from Handwritten Executable
|
# PlanckForth: Bootstrapping Forth from Handwritten Executable
|
||||||
|
|
||||||
```
|
```
|
||||||
|
$ git clone https://github.com/nineties/planckforth.git
|
||||||
|
$ cd planckforth
|
||||||
$ make
|
$ make
|
||||||
```
|
$ cat helloworld.fs | ./planck
|
||||||
|
|
||||||
|
|
||||||
```
|
|
||||||
$ cat helloworld.fs | ./plank
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# Builtin Words
|
# Builtin Words
|
||||||
|
|
Loading…
Reference in a new issue