compiler/tests/PPCContextTest.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 15 Apr 2015 11:28:09 +0100
changeset 422 116d2b2af905
parent 413 5389e6fbb3bc
child 452 9f4558b3be66
permissions -rw-r--r--
To fold

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

"{ NameSpace: Smalltalk }"

PPContextTest subclass:#PPCContextTest
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'PetitCompiler-Tests-Context'
!


!PPCContextTest methodsFor:'as yet unclassified'!

context
	^ PPCContext new
! !

!PPCContextTest class methodsFor:'documentation'!

version_HG

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