Add alternative Linux backend
authorJonas Hvid <mail@johv.dk>
Sun, 4 Oct 2020 01:08:51 +0000 (03:08 +0200)
committerJonas Hvid <mail@johv.dk>
Sun, 4 Oct 2020 01:08:51 +0000 (03:08 +0200)
You can now run:

    make main && ./main

To run the interpreter without needing to boot up a virtual machine.

Note that this mode uses per-line buffering by default, so you may have to press
enter where you would normally only need a space.


Trivial merge