compiler/tests/extras/PPCSmalltalkParserTests_Tokenized.st
changeset 538 16e8536f5cfb
parent 537 fb212e14d1f4
equal deleted inserted replaced
537:fb212e14d1f4 538:16e8536f5cfb
     4 
     4 
     5 PPCSmalltalkParserTests subclass:#PPCSmalltalkParserTests_Tokenized
     5 PPCSmalltalkParserTests subclass:#PPCSmalltalkParserTests_Tokenized
     6 	instanceVariableNames:''
     6 	instanceVariableNames:''
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'PetitCompiler-Extras-Tests-Smalltalk'
     9 	category:'PetitCompiler-Extras-Tests-Misc'
    10 !
    10 !
    11 
    11 
    12 !PPCSmalltalkParserTests_Tokenized methodsFor:'accessing'!
    12 !PPCSmalltalkParserTests_Tokenized methodsFor:'accessing'!
    13 
    13 
    14 compiler
    14 compiler
    15     ^ PPCCompiler tokenizing
    15     ^ PPCCompiler newWithOptions: #( #tokenize: false )
    16 ! !
    16 ! !
    17 
    17