MercuryVOLT Compiler

A highly optimized compiler for the OpenLUD and NexFUSE VMs.

LunarRED VS. MercuryVOLT

LunarRED is a compiler designed for OpenLUD & NexFUSE, similar to VOLT, however, it primarily stands as a reference compiler and standard for another language called 'LR Assembly'

In VOLT, all code is looked at as a whole, it is not stiched together, and can generate proper binaries based on code provided. However, LunarRED generated a standard that is still primarily used by any LR Assembly compilers. You can view the entire LR Assembly standard, as well as grammar notations here.

As for documentation on the compiler, you can find that here.

To learn to write your first program, you can read the tutorial for beginners here.