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

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!

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
```