Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samtebbs33/ashlang
The re-write of my programming language
https://github.com/samtebbs33/ashlang
Last synced: 24 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T12:31:23.000Z (over 9 years ago)
- Last Synced: 2023-07-31T22:58:21.550Z (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 [![BuildStatus](https://travis-ci.org/SamTebbs33/AshLang.svg?branch=master)](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)