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
- Host: GitHub
- URL: https://github.com/gumelarme/yava
- Owner: gumelarme
- Created: 2021-01-25T09:10:33.000Z (over 5 years ago)
- Default Branch: reduced
- Last Pushed: 2021-06-17T09:15:19.000Z (about 5 years ago)
- Last Synced: 2024-06-21T16:58:12.829Z (about 2 years ago)
- Topics: compiler, java, jvm
- Language: Go
- Homepage:
- Size: 192 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)