The Ash programming language
This is based on SamTebbs33/AshLang, which in turn was based on one of my old repos.
Ash is a programming language that compiles to Java bytecode, and is interoperable with Java without needing any extra work. A usaeble binary will be released once basic code-gen is implemented.
- Ash's aims and more details: https://github.com/ash-lang/ash/wiki
- Subreddit
- Examples and tests
- Syntax, semantics, type compatibility and the differences between the Java language and Ash: https://github.com/ash-lang/ash/wiki
- Travis builds
The language itself will soon be ready for a useable release, more details will be posted when that time comes.
If you'd like to contribute (such as adding test files or proposing ideas), please take a look at the Contributing page.
This repo uses the GitHub flow workflow. This repo includes the Java ASM library (found within the "lib" folder) it's license can be found here: http://asm.ow2.org/license.html
Date of repo creation: 23/05/15