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: about 2 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 (about 10 years ago)
- Default Branch: re-write
- Last Pushed: 2019-09-08T13:21:37.000Z (over 5 years ago)
- Last Synced: 2025-02-15T08:07:46.414Z (4 months ago)
- Topics: compiler, java, language
- Language: Java
- Homepage: https://ash-lang.gitbooks.io/ash-reference/content/
- Size: 3.42 MB
- Stars: 11
- Watchers: 5
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ash [](https://travis-ci.org/ash-lang/ash) [](https://gitter.im/ash-lang/ash?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](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