slang/parsing/ directory

Lexing, preprocessing, and parsing functionality.

Files

file Lexer.h
Source file lexer.
file LexerFacts.h
Random lexer-related utility functions.
file NumberParser.h
Helper type to parse numeric literals.
file Parser.h
SystemVerilog language parser.
file ParserBase.h
Base class for parsing.
file ParserMetadata.h
Metadata collected during parsing.
file Preprocessor.h
SystemVerilog preprocessor and directive support.
file Token.h
Contains the Token class and related helpers.