bzt d627a44d93 Ugraded Lua to 5.4.6 hace 1 año
..
Makefile 1a7bbcfce7 Initial commit hace 1 año
README.md 1a7bbcfce7 Initial commit hace 1 año
main.c d627a44d93 Ugraded Lua to 5.4.6 hace 1 año
program.bas 1a7bbcfce7 Initial commit hace 1 año
program.c ae37a1e3b9 Lots of fixes and new demos hace 1 año
program.lua 1a7bbcfce7 Initial commit hace 1 año

README.md

MEG-4 Script Runner

Smallest possible MEG-4 "platform", just to be able to batch test running scripts. Mostly used for testing. Not really usable for any other purpose.

Usage

./runner [-d|-v|-r] <script> `

This will try to import script (must start with a #!c, #!bas, #!asm or #!lua line), compiles it and then runs it a couple of times.

If -d given, then it does not execute the script, instead it disassembles bytecode and displays it to stdout.

If -v given, then it shows the instructions as they are executed.

With -r it recompiles the source and re-runs it (testing that Lua hasn't lost MEG-4 API context).