compiler/PPCCompilationError.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 31 Jul 2015 07:57:23 +0100
changeset 512 694a247a12ba
parent 506 e5d63143737f
child 516 3b81c9e53352
permissions -rw-r--r--
Added smoke tests for LRPParser

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

"{ NameSpace: Smalltalk }"

Error subclass:#PPCCompilationError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'PetitCompiler-Exceptions'
!