summaryrefslogtreecommitdiff
path: root/pokemontools/preprocessor.py
AgeCommit message (Expand)Author
2016-08-24Fix enough py3 issues for pokeyellow to finish buildingEevee (Lexy Munroe)
2016-08-24Fix most Python 3 compat issues with futurize --stage1Eevee (Lexy Munroe)
2014-01-22Merge pull request #65 from yenatch/rgbasm-equsBryan Bishop
2014-01-19preprocessor: rgbasm "EQUS" takes string literalsyenatch
2013-12-21Merge remote-tracking branch 'kanzure/master' into battle-animationsyenatch
2013-12-09Merge pull request #59 from yenatch/dependenciesBryan Bishop
2013-12-07preprocessor: dont write to globals.asm for each processyenatch
2013-12-02preprocessor: str.split() already removes preceding/trailing whitespaceyenatch
2013-12-02preprocessor: simplify macro_translatoryenatch
2013-12-02preprocessor: remove some redundant code in macro_translatoryenatch
2013-12-02preprocessor: get rid of PointerLabel cruftyenatch
2013-11-07preprocessor: from_asm method and is_rgbasm_macro in command classesyenatch
2013-09-16use try/except on globals.asm for preprocessingBryan Bishop
2013-09-11spit GLOBAL defs for labels into globals.asm instead of inlineyenatch
2013-09-02class Preprocessor instead of just functionsBryan Bishop
2013-09-01don't make global labels for rgbasm macrosBryan Bishop
2013-08-31merge preprocessor from pokecrystal c0a01c99Bryan Bishop
2013-08-29better KeyError exception message in preprocessorBryan Bishop
2013-08-28also have the common bits of the preprocessorBryan Bishop