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
- Host: GitHub
- URL: https://github.com/martinrixham/yirgacheffe
- Owner: MartinRixham
- License: gpl-3.0
- Created: 2016-12-11T10:06:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-24T13:26:50.000Z (almost 4 years ago)
- Last Synced: 2025-01-02T02:22:03.557Z (9 months ago)
- Topics: antlr, asm, compiler, java, jvm-bytecode, jvm-languages, pretentious-people
- Language: Java
- Homepage: https://yirgacheffelang.com
- Size: 2.15 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yirgacheffe [](https://travis-ci.com/MartinRixham/Yirgacheffe)

### Build
`mvn package` produces the executable `executable/target/yirgacheffe`.
### Run
Compile classes:
yirgacheffe MyClass.yg AnotherClass.yg
Execute:
yirgacheffe --run MyClass
Repl:yirgacheffe --repl