Update README

This commit is contained in:
Koichi Nakamura 2021-01-11 15:17:48 +09:00
parent 0ddd53420b
commit 8b63d14072

View file

@ -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.
```