コード例 #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)