Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)