Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 353 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 353 Bytes

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.