compiler/tests/extras/PPCExpressionGrammarTest_Tokenized.st
changeset 537 fb212e14d1f4
parent 524 f6f68d32de73
child 538 16e8536f5cfb
equal deleted inserted replaced
536:548996aca274 537:fb212e14d1f4
    10 !
    10 !
    11 
    11 
    12 
    12 
    13 !PPCExpressionGrammarTest_Tokenized methodsFor:'accessing'!
    13 !PPCExpressionGrammarTest_Tokenized methodsFor:'accessing'!
    14 
    14 
    15 compilerConfiguration
    15 compiler
    16     ^ PPCConfiguration tokenizing
    16     ^ PPCCompiler tokenizing
    17 ! !
    17 ! !
    18 
    18 
    19 !PPCExpressionGrammarTest_Tokenized class methodsFor:'documentation'!
    19 !PPCExpressionGrammarTest_Tokenized class methodsFor:'documentation'!
    20 
    20 
    21 version_HG
    21 version_HG