Пример #1
0
def testMacro(syntaxRules, theInput):
    
    return polishNotation2.testMacro(theInput, syntaxRules)
Пример #2
0
def testMacro(syntaxRules, theInput):
    
    syntaxRules = makeSyntaxRules(syntaxRules)
    pythonSyntaxArray = polishNotation2.makeReallyNewInfoArray(syntaxRules, "Python")
    return polishNotation2.testMacro(theInput, pythonSyntaxArray)
Пример #3
0
def testMacro(syntaxRules, theInput):

    return polishNotation2.testMacro(theInput, syntaxRules)
Пример #4
0
def testMacro(syntaxRules, theInput):

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