Verilog Parser
|
Functions and data structures which build and represent the AST. More...
Modules | |
AST Construction Functions | |
This page describes all of the functions used to construct the AST representation of the input code, along with the corresponding data structures. | |
AST Nodes | |
Notes and todo list for the AST nodes. | |
AST Utility Functions | |
Contains utility data structures and functions which are used to help represent portions of the AST, but which are not specific to a particular node. | |
Functions and data structures which build and represent the AST.
This page describes the structure of the abstract syntax tree that the parser constructs. It includes the various root nodes, and how their child nodes are structured.