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

https://github.com/ninjamar/vm

a virtual machine
https://github.com/ninjamar/vm

c virtual-machine

Last synced: 11 months ago
JSON representation

a virtual machine

Awesome Lists containing this project

README

          

This is a toy virtual machine with little practical use

## Compiling
```bash
make
```
or
```bash
gcc src/compiler.c -o compiler
```
## Usage
`./ `

Examples are located in `examples`