bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

quirks in parse-gram.y


From: 叶雨飞
Subject: quirks in parse-gram.y
Date: Mon, 19 Apr 2021 22:18:26 -0400

Hello!

I spent weekend hack together an IDEA plugin to support bison grammar files
 (
https://github.com/thefallentree/idea-bison
) , and discovered some quirks , not sure if worth discussing here:

1. In “rules” , the bison grammar file shows that it accept ID_COLON
namedref_opt ‘:’ ,  ID_COLON is of course “Id” immediately follows by an
“:”,  my understanding is that this make namedref_opt useless because
otherwise means you can write “id:[name]:....” which doesn’t looks right to
me.

2. The rules grammar indicate an ending “;” is actually optional. In fact,
the parse-gram.y missed two “;” in separate places.  However the doc is
pretty clear an “;” is expected.  Not sure which is intended .

Cheers!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]