VSubleq

December 5, 2021 ยท View on GitHub

Simple subleq interpreter made for fun in V.

Building

You need a V compiler to build VSubleq

$ v .

It will build vsubleq executable in the repository folder.

Example

$ ./vsubleq -f hello.sq
Hello, world!

License

This program is licensed under MIT license, see LICENSE for details.