aboutsummaryrefslogtreecommitdiffstats
path: root/preprocessor.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* prequeue: less wasteful stdout reroutingyenatch2013-12-071-1/+3
|
* handle preprocessing in one python procress; export asm labelsyenatch2013-12-071-9/+21
| | | | | 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
* rename textpre.py -> preprocessor.pyyenatch2013-12-051-0/+273