compiler/tests/extras/PPCSmalltalkGrammarTests_Tokenized.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 31 Jul 2015 09:35:15 +0100
changeset 513 7b8093caf796
parent 510 869853decf31
child 537 fb212e14d1f4
permissions -rw-r--r--
Portability fix: do not use "/ style comments in PetitParser code.

"{ Package: 'stx:goodies/petitparser/compiler/tests/extras' }"

"{ NameSpace: Smalltalk }"

PPCSmalltalkGrammarTests subclass:#PPCSmalltalkGrammarTests_Tokenized
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'PetitCompiler-Extras-Tests-Smalltalk'
!

!PPCSmalltalkGrammarTests_Tokenized methodsFor:'accessing'!

compilerConfiguration
    ^ PPCConfiguration tokenizing
! !