Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brandonki/zizl

Concatenative stack-based language
https://github.com/brandonki/zizl

compiler concatenative concatenative-language concatenative-programming-language interpreter programming-language stack-based stack-based-language

Last synced: 28 days ago
JSON representation

Concatenative stack-based language

Awesome Lists containing this project

README

        

# zizl
Stack-based langauge. I have no clue what the name means to be honest.

check out the "test" directory for more code examples.

```c
##
## Hello world
##

include io

main :: () -> int
"Hello, World!"
puts

```

### TODO list
- [ ] strings
- [ ] floats
- [ ] user defined types
- [x] FFI
- [ ] std lib