def testMacro(syntaxRules, theInput): return polishNotation2.testMacro(theInput, syntaxRules)
def testMacro(syntaxRules, theInput): syntaxRules = makeSyntaxRules(syntaxRules) pythonSyntaxArray = polishNotation2.makeReallyNewInfoArray(syntaxRules, "Python") return polishNotation2.testMacro(theInput, pythonSyntaxArray)
def testMacro(syntaxRules, theInput): syntaxRules = makeSyntaxRules(syntaxRules) pythonSyntaxArray = polishNotation2.makeReallyNewInfoArray( syntaxRules, "Python") return polishNotation2.testMacro(theInput, pythonSyntaxArray)