Hi Mehmet, you might have run into a Garbage-Collector bug. Tryparrot --no-gc main.pir 'x' 'identifier' I had similar problems using PGE::P6Regex. '--no-gc' helped. Regards, Kiwi
The same problem. I think that I now know the problem: the grammar is not complete. I was thinking that pgc would refuse compiling in that case, but it doesn't. It's probably to allow you define your own rules at runtime, but some warnings would be handy. -- Mehmet