Skip to main content

Module lexer

Module lexer 

Source
Expand description

Lexer for the Symbiont DSL

Converts raw text input into a stream of tokens for parsing.

Structs§

Lexer
Lexer for the Symbiont DSL
Token
Token with location information

Enums§

Keyword
Keywords in the DSL
TokenType
Token types recognized by the lexer