From d630d42ac3c72f58cee2b363dde23d524cf6cf47 Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Tue, 12 Jan 2021 11:46:58 +0900 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03e0b62..eb36cfb 100644 --- a/README.md +++ b/README.md @@ -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) |