Merge pull request #172 from kanzure/refactor-preprocessor

Move main preprocessor into pokemontools
This commit is contained in:
Bryan Bishop 2013-09-08 09:20:02 -07:00
commit 3652417dda
3 changed files with 9 additions and 628 deletions

2
extras

@ -1 +1 @@
Subproject commit 016f0206b5029fc83a6200be29b0f980c76dfd90
Subproject commit 276111f04dcc3e937f1a16f4b7066934409f8ad4

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@ import preprocessor
def main():
macros = preprocessor.load_pokecrystal_macros()
macro_table = preprocessor.make_macro_table(macros)
macro_table = preprocessor.preprocessor.make_macro_table(macros)
stdout = sys.stdout