https://github.com/samtebbs33/ashlang
The re-write of my programming language
https://github.com/samtebbs33/ashlang
Last synced: about 1 year ago
JSON representation
The re-write of my programming language
- Host: GitHub
- URL: https://github.com/samtebbs33/ashlang
- Owner: SamTebbs33
- Created: 2015-04-28T21:22:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T12:31:23.000Z (almost 11 years ago)
- Last Synced: 2025-03-14T20:47:39.948Z (over 1 year ago)
- Language: C++
- Size: 730 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AshLang [](https://travis-ci.org/SamTebbs33/AshLang)
**Development has moved to https://github.com/ash-lang/ash**
The re-write of my programming language
This language is intended to be a hobby language at first, I will probably think about expanding it to be production-code quality in the future, once the fundamentals like bytecode generation and interpretation are implemented!
# Docs
* [To-do list](https://github.com/SamTebbs33/AshLang/issues?q=is%3Aopen+is%3Aissue+label%3Atodo)
* [Goals](docs/goals.md)
* [Ideas](docs/ideas.md)