mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-23 01:41:28 +00:00
Use Bison's typed midrule actions to construct AST_FCALL nodes with std::unique_ptr, replacing manual 'new' and extra->ast_stack management. This improves type safety, ensures proper ownership, and eliminates potential memory leaks. Ref: https://www.gnu.org/software/bison/manual/html_node/Typed-Midrule-Actions.html |
||
---|---|---|
.. | ||
.gitignore | ||
const2ast.cc | ||
Makefile.inc | ||
preproc.cc | ||
preproc.h | ||
verilog_error.cc | ||
verilog_error.h | ||
verilog_frontend.cc | ||
verilog_frontend.h | ||
verilog_lexer.h | ||
verilog_lexer.l | ||
verilog_location.h | ||
verilog_parser.y |