mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-05 17:47:44 +00:00
ast, read_verilog: ownership in AST, use C++ styles for parser and lexer
This commit is contained in:
parent
bb08919105
commit
8a873a7724
19 changed files with 3295 additions and 3312 deletions
3
frontends/verilog/.gitignore
vendored
3
frontends/verilog/.gitignore
vendored
|
@ -2,3 +2,6 @@ verilog_lexer.cc
|
|||
verilog_parser.output
|
||||
verilog_parser.tab.cc
|
||||
verilog_parser.tab.hh
|
||||
position.hh
|
||||
location.hh
|
||||
stack.hh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue