Simple subleq interpreter made for fun in V.
You need a V compiler to build VSubleq
$ v .
It will build vsubleq executable in the repository folder.
$ ./vsubleq -f hello.sq
Hello, world!
This program is licensed under MIT license, see LICENSE for details.