Verilog Parser
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  src
 main.cA simple test program for the C library code
 verilog_ast.cContains definitions of functions which operate on the Verilog Abstract Syntax Tree (AST)
 verilog_ast.hContains Declarations of datastructures and functions which represent and operate on the Verilog Abstract Syntax Tree (AST)
 verilog_ast_common.cContains definitions of value-independent data structures like linked lists which are used in the ast
 verilog_ast_common.hContains Declarations of value-independent data structures like linked lists which are used in the ast
 verilog_ast_mem.cContains definitions of datastructures and functions for helping to manage dynamic memory allocation within the library
 verilog_ast_mem.hContains Declarations of datastructures and functions for helping to manage dynamic memory allocation within the library
 verilog_ast_util.cContains definitions of functions which operate on the Verilog Abstract Syntax Tree (AST)
 verilog_ast_util.h
 verilog_parser.hA nice interface for the whole verilog parser
 verilog_parser_wrapper.cContains implementations of functions declared in verilog_parser.h
 verilog_preprocessor.cContains function implementations to support source code preprocessing
 verilog_preprocessor.hContains function and data structures to support source code preprocessing
  tests
 inc-1.h