compiler/tests/extras/PPCSmalltalkGrammarVerificationTest_Tokenized.st
changeset 516 3b81c9e53352
parent 510 869853decf31
parent 515 b5316ef15274
child 537 fb212e14d1f4
equal deleted inserted replaced
514:46dd1237b20a 516:3b81c9e53352
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'PetitCompiler-Extras-Tests-Smalltalk'
     9 	category:'PetitCompiler-Extras-Tests-Smalltalk'
    10 !
    10 !
    11 
    11 
    12 
       
    13 !PPCSmalltalkGrammarVerificationTest_Tokenized methodsFor:'accessing'!
    12 !PPCSmalltalkGrammarVerificationTest_Tokenized methodsFor:'accessing'!
    14 
    13 
    15 compilerConfiguration
    14 compilerConfiguration
    16     "Return configuration to use when compiling parser (as instance of PPCConfiguration)"
    15     "Return configuration to use when compiling parser (as instance of PPCConfiguration)"
    17 
    16 
    18     ^ PPCConfiguration tokenizing
    17     ^ PPCConfiguration tokenizing
    19 
    18 
    20     "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>"
    21 ! !
    20 ! !
    22 
    21 
    23 !PPCSmalltalkGrammarVerificationTest_Tokenized class methodsFor:'documentation'!
       
    24 
       
    25 version_HG
       
    26 
       
    27     ^ '$Changeset: <not expanded> $'
       
    28 ! !
       
    29