compiler/tests/extras/PPCLL1ExpressionGrammarTest_Universal.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 07 Sep 2015 08:20:46 +0100
changeset 537 fb212e14d1f4
parent 530 e36906742693
child 538 16e8536f5cfb
permissions -rw-r--r--
PPCConfiguration refactoring: [9/10]: Renamed PPCConfiguration to PPCCompiler.

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

"{ NameSpace: Smalltalk }"

PPCLL1ExpressionGrammarTest subclass:#PPCLL1ExpressionGrammarTest_Universal
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'PetitCompiler-Extras-Tests-Expressions'
!


!PPCLL1ExpressionGrammarTest_Universal methodsFor:'accessing'!

compiler
    ^ PPCCompiler universal
! !

!PPCLL1ExpressionGrammarTest_Universal class methodsFor:'documentation'!

version_HG

    ^ '$Changeset: <not expanded> $'
! !