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

https://github.com/martinrixham/yirgacheffe


https://github.com/martinrixham/yirgacheffe

antlr asm compiler java jvm-bytecode jvm-languages pretentious-people

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Yirgacheffe [![Build Status](https://travis-ci.com/MartinRixham/Yirgacheffe.svg?branch=master)](https://travis-ci.com/MartinRixham/Yirgacheffe)

![Yirgacheffe](docs/yirgacheffe.png)

### Build

`mvn package` produces the executable `executable/target/yirgacheffe`.

### Run

Compile classes:

yirgacheffe MyClass.yg AnotherClass.yg

Execute:

yirgacheffe --run MyClass

Repl:

yirgacheffe --repl