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

https://github.com/gumelarme/yava

mini-Java compiler implemented in go
https://github.com/gumelarme/yava

compiler java jvm

Last synced: 6 months ago
JSON representation

mini-Java compiler implemented in go

Awesome Lists containing this project

README

          

# Yava

A mini java compiler.

## Features:
- Basic data types, limited to `int`, `char`, `bool` and `String`
- Inheritance
- Polymorphism (currently a class can only implements one interface)