mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-30 18:59:14 +00:00
Improved verilog parser errors
This commit is contained in:
parent
ad56ad44c3
commit
4be4969bae
1 changed files with 3 additions and 0 deletions
|
@ -135,6 +135,9 @@ static void free_attr(std::map<std::string, AstNode*> *al)
|
||||||
%left OP_POW
|
%left OP_POW
|
||||||
%right UNARY_OPS
|
%right UNARY_OPS
|
||||||
|
|
||||||
|
%define parse.error verbose
|
||||||
|
%define parse.lac full
|
||||||
|
|
||||||
%expect 2
|
%expect 2
|
||||||
%debug
|
%debug
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue