https://github.com/jiftechnify/kafa
A toy implementaion of JVM in Rust
https://github.com/jiftechnify/kafa
Last synced: 6 months ago
JSON representation
A toy implementaion of JVM in Rust
- Host: GitHub
- URL: https://github.com/jiftechnify/kafa
- Owner: jiftechnify
- License: apache-2.0
- Created: 2024-11-21T15:15:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T07:27:02.000Z (over 1 year ago)
- Last Synced: 2024-12-01T08:31:42.420Z (over 1 year ago)
- Language: Rust
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# kafa
A toy implementation of a minimum subset of JVM in Rust, or, re-implementation of [gojiai](https://github.com/murakmii/gojiai) in Rust.
Named after *кафа*, a Serbian word for "coffee".
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.