Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samtebbs33/ash

A modern and concise language that compiles to Java bytecode
https://github.com/samtebbs33/ash

compiler java language

Last synced: 3 months ago
JSON representation

A modern and concise language that compiles to Java bytecode

Awesome Lists containing this project

README

        

# Ash [![Build Status](https://travis-ci.org/ash-lang/ash.svg?branch=master)](https://travis-ci.org/ash-lang/ash) [![Join the chat at https://gitter.im/ash-lang/ash](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ash-lang/ash?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Stories in Ready](https://badge.waffle.io/ash-lang/ash.png?label=ready&title=Ready)](http://waffle.io/ash-lang/ash)

The Ash programming language

This is based on [SamTebbs33/AshLang](https://github.com/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](https://www.reddit.com/r/ash_lang/)
* [Examples](https://github.com/ash-lang/ash/tree/master/examples) and [tests](https://github.com/ash-lang/ash/tree/master/tests)
* Syntax, semantics, type compatibility and the differences between the Java language and Ash: https://github.com/ash-lang/ash/wiki
* [Travis builds](https://travis-ci.org/ash-lang/ash)

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](CONTRIBUTING.md) page.

This repo uses the [GitHub flow](https://guides.github.com/introduction/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