Exemplo n.º 1
0
def testMacro(syntaxRules, theInput):
    
    return polishNotation2.testMacro(theInput, syntaxRules)
Exemplo n.º 2
0
def testMacro(syntaxRules, theInput):
    
    syntaxRules = makeSyntaxRules(syntaxRules)
    pythonSyntaxArray = polishNotation2.makeReallyNewInfoArray(syntaxRules, "Python")
    return polishNotation2.testMacro(theInput, pythonSyntaxArray)
Exemplo n.º 3
0
def testMacro(syntaxRules, theInput):

    return polishNotation2.testMacro(theInput, syntaxRules)
Exemplo n.º 4
0
def testMacro(syntaxRules, theInput):

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