From: Jean Privat Date: Thu, 9 Oct 2014 01:07:48 +0000 (-0400) Subject: grammar: remove no before comma in idlist X-Git-Tag: v0.6.10~19^2~13 X-Git-Url: http://nitlanguage.org grammar: remove no before comma in idlist Signed-off-by: Jean Privat --- diff --git a/src/parser/nit.sablecc3xx b/src/parser/nit.sablecc3xx index fa6d955..dd54d0e 100644 --- a/src/parser/nit.sablecc3xx +++ b/src/parser/nit.sablecc3xx @@ -698,7 +698,7 @@ idlist {-> id*} ; idlist_nopar {-> id*} = {single} id {-> [id]} - | {more} idlist_nopar no comma [n2]:no id {-> [idlist_nopar.id, id]} + | {more} idlist_nopar comma [n2]:no id {-> [idlist_nopar.id, id]} ; module_name {-> module_name}