Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurci/tj
JVM written in Typescript
https://github.com/laurci/tj
Last synced: about 1 month ago
JSON representation
JVM written in Typescript
- Host: GitHub
- URL: https://github.com/laurci/tj
- Owner: laurci
- Created: 2022-10-20T13:34:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T20:32:18.000Z (over 1 year ago)
- Last Synced: 2024-10-30T06:27:13.562Z (3 months ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TJ
TJ is a minimal JVM written in Typescript.
It implements a total of 3 opcodes. It can run hello world, but that's about it.
## Building and running
1. `yarn` to install dependencies
2. `yarn build` to build the project
3. `yarn start` will start the vm and load `test/HelloWorld.class`.If you modify the Java sourcecode, you must run `javac` to recompile.