summaryrefslogtreecommitdiff
path: root/preprocessor.py
AgeCommit message (Collapse)Author
2013-12-07prequeue: less wasteful stdout reroutingyenatch
2013-12-07handle preprocessing in one python procress; export asm labelsyenatch
instead of running a process for each file, one process handles all files rgbasm requires label EXPORT definitions for cross-object compiling. this is handled by globals.asm
2013-12-05rename textpre.py -> preprocessor.pyyenatch