Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lexer ¶ added in v1.17.6
type Lexer struct {
// When true, keywords `if`/`else` are not treated as operators and
// will be emitted as identifiers instead (for compatibility with custom if()).
DisableIfOperator bool
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.