https://github.com/phase/jvmlang
Minimalistic JVM Language
https://github.com/phase/jvmlang
Last synced: 5 months ago
JSON representation
Minimalistic JVM Language
- Host: GitHub
- URL: https://github.com/phase/jvmlang
- Owner: phase
- License: mpl-2.0
- Created: 2016-07-02T02:53:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-04T05:06:13.000Z (over 9 years ago)
- Last Synced: 2025-04-11T11:30:27.278Z (11 months ago)
- Language: Java
- Size: 60.5 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Lang
> Minimalistic JVM Language
## Design Goals
* Concise syntax
* Support multiple backends
* JVM, YARV, Parrot, LLVM, JavaScript, etc.
* No standard library where it isn't needed
* No runtime library where it isn't needed