compiler/PPCCompilationWarning.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 18 Aug 2015 16:57:08 +0100
changeset 520 9ccc84deaea0
parent 506 e5d63143737f
permissions -rw-r--r--
Added benchmarks for Johan's LRP Parser

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

"{ NameSpace: Smalltalk }"

Warning subclass:#PPCCompilationWarning
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'PetitCompiler-Exceptions'
!