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
3 changed files with 9 additions and 628 deletions

2
extras

Submodule extras updated: 016f0206b5...276111f04d

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