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

https://github.com/debug-ing/zlang

zlang programming language.
https://github.com/debug-ing/zlang

Last synced: 9 months ago
JSON representation

zlang programming language.

Awesome Lists containing this project

README

          

# ZLang

Zlang just minimal programing language for fun...

## File Structure

files written in this language will use the .z extension.

## Sample Code and run

```
go build zlang.go
./zlang sample/1.z
```