compiler/tests/extras/PPCLRPCompiledParserSmokeTest.st
changeset 521 c1a810e250dc
parent 512 694a247a12ba
child 529 439c4057517f
equal deleted inserted replaced
520:9ccc84deaea0 521:c1a810e250dc
    59     ^ self compiledParserClass
    59     ^ self compiledParserClass
    60 
    60 
    61     "Modified: / 29-07-2015 / 18:43:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    61     "Modified: / 29-07-2015 / 18:43:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    62 !
    62 !
    63 
    63 
    64 parserInstanceFor: aSymbol
       
    65     ^ self parserClass new startSymbol: aSymbol
       
    66 
       
    67     "Modified: / 29-07-2015 / 18:43:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    68 !
       
    69 
       
    70 petitParser
    64 petitParser
    71     ^ self petitParserClass new
    65     ^ self petitParserClass new
    72 
    66 
    73     "Created: / 29-07-2015 / 17:01:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    67     "Created: / 29-07-2015 / 17:01:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    74 !
    68 !