Documentation
¶
Overview ¶
Package lexer scans SystemVerilog/Verilog source text into a token stream (see the sibling token package for the vocabulary). It is error-tolerant by design: unrecognized input never stops scanning or panics, it's tagged token.KindInvalid and lexing continues, since a language server has to make sense of source that's broken mid-edit far more often than a batch tool does.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.