Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/samtebbs33/ash
- Owner: SamTebbs33
- License: gpl-3.0
- Created: 2015-05-22T23:05:59.000Z (over 9 years ago)
- Default Branch: re-write
- Last Pushed: 2019-09-08T13:21:37.000Z (over 5 years ago)
- Last Synced: 2023-07-31T22:58:20.676Z (over 1 year ago)
- Topics: compiler, java, language
- Language: Java
- Homepage: https://ash-lang.gitbooks.io/ash-reference/content/
- Size: 3.42 MB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.htmlDate of repo creation: 23/05/15