mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
update readme
This commit is contained in:
parent
79c575805c
commit
d630d42ac3
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# PlanckForth: Bootstrapping Forth from Handwritten Binary
|
||||
# PlanckForth: Bootstrapping Forth from Handwritten ELF Binary
|
||||
|
||||
This project aims to bootstrap a Forth interpreter from hand-written tiny ELF binary, for fun.
|
||||
No practical use.
|
||||
|
@ -94,7 +94,7 @@ $ ./planck < bootstrap.fs runtests.fs
|
|||
|
||||
| Implementation of runtime | build | test status |
|
||||
|:----------------------------------|:------------------|:------------|
|
||||
| Handwritten binary for i386-linux | `make` | [![i386-linux-handwritten](https://github.com/nineties/planckforth/workflows/i386-linux-handwritten/badge.svg)](https://github.com/nineties/planckforth/actions?query=workflow:i386-linux-handwritten) |
|
||||
| Handwritten ELF binary for i386-linux | `make` | [![i386-linux-handwritten](https://github.com/nineties/planckforth/workflows/i386-linux-handwritten/badge.svg)](https://github.com/nineties/planckforth/actions?query=workflow:i386-linux-handwritten) |
|
||||
| C | `make c` | [![C](https://github.com/nineties/planckforth/workflows/C/badge.svg)](https://github.com/nineties/planckforth/actions?query=workflow:C) |
|
||||
| Python 3.x | `make python` | [![python](https://github.com/nineties/planckforth/workflows/python/badge.svg)](https://github.com/nineties/planckforth/actions?query=workflow:python) |
|
||||
|
||||
|
|
Loading…
Reference in a new issue