Re: [Pharo-users] Moose: Problem in Petit Parser

2014-02-25 Thread Damien Cassou
On Mon, Feb 24, 2014 at 6:01 PM, PBK Research wrote: > but I shall take good care to read everything I can find before > raising queries. asking question is not a problem, please continue, even if you believe the answer is somewhere already. Don't hesitate to use stackoverflow (tag #pharo) for y

Re: [Pharo-users] Moose: Problem in Petit Parser

2014-02-24 Thread PBK Research
ead everything I can find before raising queries. Thanks again Peter Kenny -Original Message- From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of Damien Cassou Sent: 24 February 2014 12:13 To: Any question about pharo is welcome Subject: Re: [Pharo-users] Moose: Pro

Re: [Pharo-users] Moose: Problem in Petit Parser

2014-02-24 Thread Damien Cassou
On Mon, Feb 24, 2014 at 12:09 PM, PBK Research wrote: > c. The chapter in Lukas Renggli's PhD thesis. > It may be unfair to call this 'sparse'; the problem is perhaps my inability > to understand it. If you think 'Deep into Pharo' will give me more than > these sources, I may well get hold of it.

Re: [Pharo-users] Moose: Problem in Petit Parser

2014-02-24 Thread PBK Research
n Behalf Of Damien Cassou Sent: 24 February 2014 09:33 To: Any question about pharo is welcome Subject: Re: [Pharo-users] Moose: Problem in Petit Parser On Sat, Feb 22, 2014 at 6:00 PM, PBK Research wrote: > The documentation is rather sparse did you read the dedicated book

Re: [Pharo-users] Moose: Problem in Petit Parser

2014-02-24 Thread Damien Cassou
On Sat, Feb 22, 2014 at 6:00 PM, PBK Research wrote: > The documentation is rather sparse did you read the dedicated book chapter of Deep into Pharo? http://deepintopharo.com/ -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another with

Re: [Pharo-users] Moose: Problem in Petit Parser

2014-02-22 Thread PBK Research
[Pharo-users] Moose: Problem in Petit Parser Hi, For Moose related questions, there exists a dedicated mailing list: http://www.moosetechnology.org/about/contact Related to your problem, "not" does consume the input. You want to use "negate", which is implemented as: PPParser&g

Re: [Pharo-users] Moose: Problem in Petit Parser

2014-02-22 Thread Tudor Girba
Hi, For Moose related questions, there exists a dedicated mailing list: http://www.moosetechnology.org/about/contact Related to your problem, "not" does consume the input. You want to use "negate", which is implemented as: PPParser>>negate "Answer a new parser consumes any input token but the rec

[Pharo-users] Moose: Problem in Petit Parser

2014-02-22 Thread PBK Research
Hello All Not sure whether this is the right forum for this question - please excuse and point me in the right direction if I'm wrong. I have been playing with Moose 4.8, downloaded last October, mainly because I am interested in PetitParser. I have been constructing fairly trivial parsers to g