https://github.com/zokis/zokislanguage
Zokis Language is an esoteric language created for learning stacks!
https://github.com/zokis/zokislanguage
Last synced: 2 days ago
JSON representation
Zokis Language is an esoteric language created for learning stacks!
- Host: GitHub
- URL: https://github.com/zokis/zokislanguage
- Owner: zokis
- License: other
- Created: 2013-10-20T19:07:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-20T23:40:42.000Z (over 12 years ago)
- Last Synced: 2025-02-16T11:27:24.571Z (over 1 year ago)
- Language: Python
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Zokis-Language
==============
Zokis Language is an esoteric language created for learning stacks!
Hello Word!
-----------
```
10
33
100
114
111
87
32
111
108
108
101
72
LEN
19
JUMP_IF_FALSE
C_OUT
13
JUMP
NOOP
```
running the examples
--------------------
Normal:
```
python __init__.py examples/input.zks
python __init__.py examples/fat.zks
```
With another syntaxe
```
python __init__.py examples/input_map.zks map1
```
Debug
```
python __init__.py examples/fat.zks debug
```
With another syntaxe + Debug
```
python __init__.py examples/input_map.zks debug map1
python __init__.py examples/input_map.zks map1 debug
```