From ab17137c92f5e0e988cdf8810b3ab98f515c92f2 Mon Sep 17 00:00:00 2001 From: tocariimaa Date: Wed, 5 Feb 2025 19:47:47 -0300 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 33140dc..ac3afed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # pila Concatenative stack-based language. (written in C99) [not turing complete yet] +```forth +"Hello world" . +``` + ## Goal - Keeping it small and portable - No floating point @@ -12,3 +16,6 @@ Concatenative stack-based language. (written in C99) [not turing complete yet] - Implement more of Pila in itself - Proper error handling - Case insensitiveness +- (!!!) Implement threaded execution properly +- FFI +- Being able to be run bare-metal?