compiler/tests/extras/PPExpressionGrammarVerificationTest_Tokenized.st
changeset 538 16e8536f5cfb
parent 537 fb212e14d1f4
equal deleted inserted replaced
537:fb212e14d1f4 538:16e8536f5cfb
    13 !PPExpressionGrammarVerificationTest_Tokenized methodsFor:'accessing'!
    13 !PPExpressionGrammarVerificationTest_Tokenized methodsFor:'accessing'!
    14 
    14 
    15 compiler
    15 compiler
    16     "Return compiler to use when compiling parser (as instance of PPCConfiguration)"
    16     "Return compiler to use when compiling parser (as instance of PPCConfiguration)"
    17     
    17     
    18     ^ PPCCompiler tokenizing
    18     ^ PPCCompiler newWithOptions: #( #tokenize: true )
    19 
    19 
    20     "Modified: / 29-07-2015 / 17:07:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    20     "Modified: / 07-09-2015 / 11:36:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    21 ! !
    21 ! !
    22 
    22 
    23 !PPExpressionGrammarVerificationTest_Tokenized class methodsFor:'documentation'!
    23 !PPExpressionGrammarVerificationTest_Tokenized class methodsFor:'documentation'!
    24 
    24 
    25 version_HG
    25 version_HG