mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Update README
This commit is contained in:
parent
0ddd53420b
commit
8b63d14072
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# PlanckForth: Bootstrapping Forth from Handwritten Binary
|
||||
|
||||
This project aims to bootstrap a Forth interpreter from hand-written tiny ELF binary.
|
||||
This project aims to bootstrap a Forth interpreter from hand-written tiny ELF binary, for fun.
|
||||
No practical use.
|
||||
|
||||
## How to build
|
||||
|
||||
You can create a binary for x86 linux environment by following steps.
|
||||
Only `xxd` is needed to build PlanckForth.
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue