update readme

This commit is contained in:
tocariimaa 2025-02-05 19:47:47 -03:00
parent 657164429f
commit ab17137c92

View file

@ -1,6 +1,10 @@
# pila # pila
Concatenative stack-based language. (written in C99) [not turing complete yet] Concatenative stack-based language. (written in C99) [not turing complete yet]
```forth
"Hello world" .
```
## Goal ## Goal
- Keeping it small and portable - Keeping it small and portable
- No floating point - No floating point
@ -12,3 +16,6 @@ Concatenative stack-based language. (written in C99) [not turing complete yet]
- Implement more of Pila in itself - Implement more of Pila in itself
- Proper error handling - Proper error handling
- Case insensitiveness - Case insensitiveness
- (!!!) Implement threaded execution properly
- FFI
- Being able to be run bare-metal?