compiler/tests/extras/PPCSmalltalkGrammarTests_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 !PPCSmalltalkGrammarTests_Tokenized methodsFor:'accessing'!
    12 !PPCSmalltalkGrammarTests_Tokenized methodsFor:'accessing'!
    13 
    13 
    14 compilerConfiguration
    14 compiler
    15     ^ PPCConfiguration tokenizing
    15     ^ PPCCompiler tokenizing
    16 ! !
    16 ! !
    17 
    17