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
|
# 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?
|
||||||
|
|
Loading…
Add table
Reference in a new issue