https://github.com/ang3lerr404/hololang
A new semi-toy programming language written in zig
https://github.com/ang3lerr404/hololang
programming-language programming-language-development zig
Last synced: 4 months ago
JSON representation
A new semi-toy programming language written in zig
- Host: GitHub
- URL: https://github.com/ang3lerr404/hololang
- Owner: Ang3lERR404
- License: gpl-3.0
- Created: 2024-06-07T21:37:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-17T23:11:34.000Z (about 1 year ago)
- Last Synced: 2025-01-18T11:28:44.533Z (5 months ago)
- Topics: programming-language, programming-language-development, zig
- Language: Zig
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This project is a semi-toy/non-toy programming language written in [Zig](https://ziglang.org/)
the purpose of this semi-serious programming language is... undefined\
it is more so a learning project to try and make both, an interpreter and a compiler.# Building from Source
To build this form source, all you'd need to do is:
```batch
git clone https://www.github.com/Ang3lERR404/hololang
cd ./hololang
zig build-exe main.zig
```# Contributing
Since this is a learning project and a semi-serious project, I'd appreciate collabs, pointers..
Or anything you may think is helpful, and when it comes to actually using the language\
issues will also be open.this project compiles with version **0.13.0** and will be upgraded with every new stable version released of the zig programming language.