compiler/tests/extras/PPCLL1ExpressionGrammarTest_Universal.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 25 Aug 2015 01:30:32 +0100
changeset 530 e36906742693
parent 510 869853decf31
child 537 fb212e14d1f4
permissions -rw-r--r--
PPCConfiguration refactoring: [2/10]: introduced PPCCompilationContext Moved parser class/scanner class instvars from PPCConfiguration subclasses to the context. Made PPCConfiguration to keep an instance of context. This is a preparation for having only one PPCConfiguration-like class.

"{ 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'!

compilerConfiguration
    ^ PPCConfiguration universal
! !

!PPCLL1ExpressionGrammarTest_Universal class methodsFor:'documentation'!

version_HG

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