Can we meet in next 3 days at Inria?On 17 Dec 2013, at 23:22, Benjamin AREZKI <[hidden email]> wrote:_______________________________________________Hi,
To explain my problem I will take this sample , my parser is a PPCompositeParser.ClassOrInterfaceType: ClassType / InterfaceType
ClassType:TypeDeclSpecifier, TypeArgumentsopt
InterfaceType: TypeDeclSpecifier, TypeArgumentsopt
TypeDeclSpecifier: TypeName / ClassOrInterfaceType . Identifier
TypeName: Identifier /TypeName . Identifier
Ok, so Identifier works well, no problem but when I tested typeDeclSpecifier, I lost the contral of Pharo but I don't know why because I use a PPCompositeParser. For the moment I use some tricks but I would like it works normally.
Thanks for your help.
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
If you reply to this email, your message will be added to the discussion below:http://forum.world.st/PetitParser-PPCompositeParser-Infinite-loop-tp4730844p4730845.htmlTo start a new topic under Moose, email [hidden email]
To unsubscribe from Smalltalk, click here.
NAML