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.