Moved PPMappedActionParser>>asCompilerNode to protocol 'converting'
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 19 Jun 2015 08:13:39 +0100
changeset 501 e29bd90f388e
parent 500 cf3cbf3933f1
child 503 ff58cd9f1f3c
Moved PPMappedActionParser>>asCompilerNode to protocol 'converting' If in '*petitparser' it makes some problems with Monticello.
compiler/PPMappedActionParser.st
--- a/compiler/PPMappedActionParser.st	Fri Jun 19 07:14:07 2015 +0100
+++ b/compiler/PPMappedActionParser.st	Fri Jun 19 08:13:39 2015 +0100
@@ -9,7 +9,7 @@
 	category:'PetitParser-Parsers'
 !
 
-!PPMappedActionParser methodsFor:'*petitcompiler'!
+!PPMappedActionParser methodsFor:'converting'!
 
 asCompilerNode
     ^ PPCMappedActionNode new