# HG changeset patch # User Jan Vrany # Date 1434698019 -3600 # Node ID e29bd90f388ea7e293cc0a02db964b85ca5943b0 # Parent cf3cbf3933f12704a445d5a19d1374dfd09cad39 Moved PPMappedActionParser>>asCompilerNode to protocol 'converting' If in '*petitparser' it makes some problems with Monticello. diff -r cf3cbf3933f1 -r e29bd90f388e 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