for now a simple interpreter written in object pascal.
to enter devenvironment:
nix develop --impure
to build from the commandline:
lazbuild ./compiler.lpi
defi -> define integer defs -> define string add -> adds to variables of int together write -> outputs a string to the console
Examples are in the examples/ folder.