update readme
This commit is contained in:
parent
657164429f
commit
ab17137c92
1 changed files with 7 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Reference in a new issue