From 8cf9b73fbc699037e232db2a656e9e7932e7cfec Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 26 Jun 1991 17:23:55 +0000 Subject: [PATCH] Fixed grammar --- doc/LLgen/LLgen.n | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/LLgen/LLgen.n b/doc/LLgen/LLgen.n index 29c206787..c69c52174 100644 --- a/doc/LLgen/LLgen.n +++ b/doc/LLgen/LLgen.n @@ -812,11 +812,12 @@ ldecl : '{' productions : simpleproduction - [ '|' DEFAULT? simpleproduction ]* + [ '|' simpleproduction ]* ; simpleproduction - : [ IF '(' /* Read C-expression here */ ')' + : DEFAULT? + [ IF '(' /* Read C-expression here */ ')' | PREFER | AVOID ]? -- 2.34.1