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)
commit9b08decf6a8f5d454c90dbcbf12d42cb8954a022
tree97a8189354105de3d152e88fe6dc318fd0b6201a
parentafb6afb35d212499a691c0168ad3f1e479792e18
parent1c75ba69173401f26034abf10e64f240977e215a
Add alternative Linux backend

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.