compiler/tests/extras/PPCSmalltalkGrammarVerificationTest_Tokenized.st
changeset 538 16e8536f5cfb
parent 537 fb212e14d1f4
equal deleted inserted replaced
537:fb212e14d1f4 538:16e8536f5cfb
    12 !PPCSmalltalkGrammarVerificationTest_Tokenized methodsFor:'accessing'!
    12 !PPCSmalltalkGrammarVerificationTest_Tokenized methodsFor:'accessing'!
    13 
    13 
    14 compiler
    14 compiler
    15     "Return compiler to use when compiling parser (as instance of PPCConfiguration)"
    15     "Return compiler to use when compiling parser (as instance of PPCConfiguration)"
    16     
    16     
    17     ^ PPCCompiler tokenizing
    17     ^ PPCCompiler newWithOptions: #( #tokenize: true )
    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     "Modified: / 07-09-2015 / 11:36:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    20 ! !
    21 ! !
    21 
    22