AST (Abstract Syntax Tree) from OpenVAF #69
Replies: 1 comment 5 replies
-
The interface that is exposed by the various frontend crates is the compilation database. The AST for a single Verilog-A file is exposed by OpenVAF builds multiple data structures (collectively called If you provide me with more information about what you are trying to accomplish I can give you a more detailed answer. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to get the AST (Abstract Syntax Tree) out of Lexer->Preprocessor -> Parser modules? I'm new in rust, can't figure out how output of 1 module is stored and passed to another.
Beta Was this translation helpful? Give feedback.
All reactions