/lvm

A small, likely turing-incomplete stack-based language interpreter

Primary LanguageC

A very simple stack-based language. Some intructions are provided for convenience.

With make, compile with $ make. On Windows platforms compile with a C compiler the file lvm.c.

On Unix platforms, run with ./run-prog.sh <script>. On Windows... somehow preproccess the script then feed it to .\lvm.

For documentation, consult vmappings.h.