compiler/benchmarks/PPCSmalltalkNoopParserTests.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 21 May 2015 14:35:34 +0100
changeset 465 f729f6cd3c76
parent 462 89464ab03518
permissions -rw-r--r--
Merge

"{ Package: 'stx:goodies/petitparser/compiler/benchmarks' }"

"{ NameSpace: Smalltalk }"

PPSmalltalkGrammarTests subclass:#PPCSmalltalkNoopParserTests
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'PetitCompiler-Benchmarks-Parsers-Tests'
!

!PPCSmalltalkNoopParserTests methodsFor:'accessing'!

parserClass
        ^ PPCSmalltalkNoopParser

    "Created: / 15-05-2015 / 09:00:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
! !