compiler/tests/extras/PPCSmalltalkParserTests_Tokenized.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 08 Sep 2015 01:24:23 +0100
changeset 539 610131174c0f
parent 515 b5316ef15274
child 537 fb212e14d1f4
permissions -rw-r--r--
Updated splicemaps.

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

"{ NameSpace: Smalltalk }"

PPCSmalltalkParserTests subclass:#PPCSmalltalkParserTests_Tokenized
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'PetitCompiler-Extras-Tests-Smalltalk'
!

!PPCSmalltalkParserTests_Tokenized methodsFor:'accessing'!

compilerConfiguration
    ^ PPCConfiguration tokenizing
! !