compiler/tests/extras/PPCSmalltalkGrammarVerificationTest_Tokenized.st
changeset 510 869853decf31
child 516 3b81c9e53352
equal deleted inserted replaced
509:fd22630c7e62 510:869853decf31
       
     1 "{ Package: 'stx:goodies/petitparser/compiler/tests/extras' }"
       
     2 
       
     3 "{ NameSpace: Smalltalk }"
       
     4 
       
     5 PPCSmalltalkGrammarVerificationTest subclass:#PPCSmalltalkGrammarVerificationTest_Tokenized
       
     6 	instanceVariableNames:''
       
     7 	classVariableNames:''
       
     8 	poolDictionaries:''
       
     9 	category:'PetitCompiler-Extras-Tests-Smalltalk'
       
    10 !
       
    11 
       
    12 
       
    13 !PPCSmalltalkGrammarVerificationTest_Tokenized methodsFor:'accessing'!
       
    14 
       
    15 compilerConfiguration
       
    16     "Return configuration to use when compiling parser (as instance of PPCConfiguration)"
       
    17 
       
    18     ^ PPCConfiguration tokenizing
       
    19 
       
    20     "Created: / 29-07-2015 / 19:54:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    21 ! !
       
    22 
       
    23 !PPCSmalltalkGrammarVerificationTest_Tokenized class methodsFor:'documentation'!
       
    24 
       
    25 version_HG
       
    26 
       
    27     ^ '$Changeset: <not expanded> $'
       
    28 ! !
       
    29