Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 7 days 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
```