Ecosyste.ms: Awesome
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: 7 days ago
JSON representation
zlang programming language.
- Host: GitHub
- URL: https://github.com/debug-ing/zlang
- Owner: debug-ing
- Created: 2024-12-02T23:40:57.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-01-14T11:13:45.000Z (15 days ago)
- Last Synced: 2025-01-14T12:21:14.679Z (15 days ago)
- Language: Go
- Homepage:
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```