Skip to content
/ lvm Public

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

Notifications You must be signed in to change notification settings

tux314159/lvm

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages