compiler/tests/extras/PPCSmalltalkParserVerificationTest_Tokenized.st
changeset 537 fb212e14d1f4
parent 510 869853decf31
child 538 16e8536f5cfb
equal deleted inserted replaced
536:548996aca274 537:fb212e14d1f4
     9 	category:'PetitCompiler-Extras-Tests-Smalltalk'
     9 	category:'PetitCompiler-Extras-Tests-Smalltalk'
    10 !
    10 !
    11 
    11 
    12 !PPCSmalltalkParserVerificationTest_Tokenized methodsFor:'accessing'!
    12 !PPCSmalltalkParserVerificationTest_Tokenized methodsFor:'accessing'!
    13 
    13 
    14 compilerConfiguration
    14 compiler
    15     "Return configuration to use when compiling parser (as instance of PPCConfiguration)"
    15     "Return compiler to use when compiling parser (as instance of PPCConfiguration)"
    16 
    16     
    17     ^ PPCConfiguration tokenizing
    17     ^ PPCCompiler tokenizing
    18 
    18 
    19     "Created: / 29-07-2015 / 19:54:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    19     "Created: / 29-07-2015 / 19:54:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    20 ! !
    20 ! !
    21 
    21