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.
- Host: GitHub
- URL: https://github.com/debug-ing/zlang
- Owner: debug-ing
- Created: 2024-12-02T23:40:57.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-14T11:13:45.000Z (about 1 year ago)
- Last Synced: 2025-03-31T13:17:49.445Z (11 months ago)
- Language: Go
- Homepage:
- Size: 1.29 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- 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
```