Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.