mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Merge remote-tracking branch 'kanzure/use-new-preprocessor'
This commit is contained in:
commit
d7aa1d61cd
2
extras
2
extras
|
@ -1 +1 @@
|
|||
Subproject commit 7aa016fb528bcc8dcb30c6a887957851623eccc0
|
||||
Subproject commit 2374a9ce905ccc4c701f81904b01019641e884b5
|
|
@ -1,6 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import extras.pokemontools.preprocessor as preprocessor
|
||||
import extras.pokemontools.configuration as configuration
|
||||
|
||||
import sys
|
||||
|
||||
|
@ -261,6 +262,6 @@ chars = {
|
|||
|
||||
preprocessor.chars = chars
|
||||
|
||||
macros = []
|
||||
macro_table = preprocessor.make_macro_table(macros)
|
||||
preprocessor.preprocess(macro_table)
|
||||
config = configuration.Config()
|
||||
processor = preprocessor.Preprocessor(config, [])
|
||||
processor.preprocess()
|
||||
|
|
Loading…
Reference in a new issue