Expand description
Lexing a source file into semantic tokens
Enums§
- Standard
Version - A specific SystemVerilog standard to operate under
- Token
- A single syntactic token for a SystemVerilog source file
Traits§
- Lexed
Source - An iterator over syntactical tokens for a SystemVerilog source
Functions§
- lex
- Separate a source file into syntactic tokens
Type Aliases§
- Lexer
Result - A single result from the lexer