|
Class Summary |
| Dictionary |
has all identifiers listed |
| GTech |
Synopsis GTECH library description. |
| Parser |
Handwriten optimized LL(1) parser that reads data from stream
and builds graph g.
Parser does not use standard parser or lexer builder, since
the number of keyword is relatively small, and there is no
need to parse complex objects. |
| Range |
Class for supporting arrays in verilog file.
Arrays are not supported in Structure.Graph, so they have to
be built during parsing. |
| VTokenizer |
Implements Verilog suitable tokenizer. |