diff -r fd22630c7e62 -r 869853decf31 compiler/tests/extras/PPCLL1ExpressionGrammarTest_Tokenized.st --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/compiler/tests/extras/PPCLL1ExpressionGrammarTest_Tokenized.st Thu Jul 30 08:37:37 2015 +0100 @@ -0,0 +1,17 @@ +"{ Package: 'stx:goodies/petitparser/compiler/tests/extras' }" + +"{ NameSpace: Smalltalk }" + +PPCLL1ExpressionGrammarTest subclass:#PPCLL1ExpressionGrammarTest_Tokenized + instanceVariableNames:'' + classVariableNames:'' + poolDictionaries:'' + category:'PetitCompiler-Extras-Tests-Expressions' +! + +!PPCLL1ExpressionGrammarTest_Tokenized methodsFor:'accessing'! + +compilerConfiguration + ^ PPCConfiguration tokenizing +! ! +