Verilog Parser
|
Node type that forms the tree. More...
#include <verilog_ast.h>
Data Fields | |
ast_node_attributes * | attributes |
unsigned int | child_count |
Number of children the node has. | |
ast_node * | children |
Linked list of children. | |
ast_node * | parent |
Parent node in the tree. | |
ast_node_type | type |
Datatype of the value stored in the node. | |
Node type that forms the tree.
Forward declare. Defines the core node type for the AST.