Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.69 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.69 KB

Ash Build Status Join the chat at https://gitter.im/ash-lang/ash Stories in Ready

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.

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