compiler/PPCCompilationError.st
changeset 506 e5d63143737f
child 516 3b81c9e53352
equal deleted inserted replaced
505:19d830b74322 506:e5d63143737f
       
     1 "{ Package: 'stx:goodies/petitparser/compiler' }"
       
     2 
       
     3 "{ NameSpace: Smalltalk }"
       
     4 
       
     5 Error subclass:#PPCCompilationError
       
     6 	instanceVariableNames:''
       
     7 	classVariableNames:''
       
     8 	poolDictionaries:''
       
     9 	category:'PetitCompiler-Exceptions'
       
    10 !
       
    11