Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pchaigno/yaka
Yaka compiler
https://github.com/pchaigno/yaka
compiler java yaka-compiler
Last synced: 24 days ago
JSON representation
Yaka compiler
- Host: GitHub
- URL: https://github.com/pchaigno/yaka
- Owner: pchaigno
- License: mit
- Created: 2013-02-15T07:54:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-28T11:00:48.000Z (about 8 years ago)
- Last Synced: 2023-04-08T11:49:44.551Z (over 1 year ago)
- Topics: compiler, java, yaka-compiler
- Language: Java
- Homepage:
- Size: 228 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Yaka compiler
====This Eclipse project is a Yaka compiler. Yaka is a language created at the INSA-Rennes to learn about compilers and ASM. This compiler written in Java can output ASM or YVM code. YVM (for Yaka Virtual Machine) is a bytecode between Yaka and ASM.
## How to install it?
You just have to import this repository in Eclipse and run it.
It is designed to be used through the command-line.