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) ?
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 {
*
[