Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brandonki/zizl
- Owner: BrandonKi
- License: mit
- Created: 2022-02-02T23:07:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-19T23:14:36.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T22:19:33.486Z (3 months ago)
- Topics: compiler, concatenative, concatenative-language, concatenative-programming-language, interpreter, programming-language, stack-based, stack-based-language
- Language: C++
- Homepage:
- Size: 1.11 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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