All,

I am willing to write a parser for systemverilog.
Following is the LRM.
http://www.eda.org/sv/SystemVerilog_3.1a.pdf

I am looking for some advice.

. Should I take the bnf as it is and start resolving
the conflicts, or rewrite the rules myself.
. In case of reduce/reduce conflicts, multiple rules
have the same lookahead symbol. If this non-terminal
is used in multiple rules, it becomes difficult to
identify which rule is the culprit for a particular
lookahead symbol. Is there a way in bison to know this
information.
. Is there a hacking/design document for bison?

Thanks,
-Soumitra.



                
__________________________________ 
Do you Yahoo!? 
Take Yahoo! Mail with you! Get it on your mobile phone. 
http://mobile.yahoo.com/maildemo 


_______________________________________________
Help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to