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

https://github.com/platypusguy/jacobin-dart

A JVM written in Dart
https://github.com/platypusguy/jacobin-dart

Last synced: 2 months ago
JSON representation

A JVM written in Dart

Awesome Lists containing this project

README

        

# jacobin
A more-than-minimal JVM written in Dart. The overview page below gives the background on this project, including its aspirations and the features that it supports. The remaining pages discuss the basics of JVM operation and, where applicable, how Jacobin implements the various steps, noting any items that would be of particular interest to JVM cognoscenti. I've included references to the official JVM docs, where I can both as a reference for you, the reader, and for the Jacobin team's easy reference.

[Overview](https://github.com/platypusguy/jacobin/wiki/Jacobin-Overview)

[Command-line Parameters and Switches](https://github.com/platypusguy/jacobin/wiki/Command-line-parameters)

[Preparation of Classes for Program Execution](https://github.com/platypusguy/jacobin/wiki/Preparation-for-Program-Execution)

### Thanks
Any of the above pages carries a right-side panel in which we thank vendors and programmers who have made the Jacobin project possible. There are many and we are deeply grateful to them.