compiler/tests/extras/PPCSmalltalkGrammarVerificationTest_Tokenized.st
changeset 515 b5316ef15274
child 516 3b81c9e53352
equal deleted inserted replaced
502:1e45d3c96ec5 515:b5316ef15274
       
     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 !PPCSmalltalkGrammarVerificationTest_Tokenized methodsFor:'accessing'!
       
    13 
       
    14 compilerConfiguration
       
    15     "Return configuration to use when compiling parser (as instance of PPCConfiguration)"
       
    16 
       
    17     ^ PPCConfiguration tokenizing
       
    18 
       
    19     "Created: / 29-07-2015 / 19:54:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    20 ! !
       
    21