[Parrot] New comment on Episode 3: Squaak Details and First Steps.

2008-12-06 Thread srottak
srottak has left a new comment on your post "Episode 3: Squaak Details and First Steps": Hello, is the word some kind of keyword or reserved word, because the example works only after renaming rule expression to something else (fe. the originally generated rule value {...} works) ?

[Parrot] New comment on Episode 3: Squaak Details and First Steps.

2008-12-07 Thread srottak
srottak has left a new comment on your post "Episode 3: Squaak Details and First Steps": Ok, I have 2 grammars: grammar test::Grammar is PCT::Grammar; rule TOP { * [ $ || ] {*} } rule foo { 'hello' {*} } and grammar test::Grammar is PCT::Grammar; rule TOP { * [