AdaLexer.this

struct AdaLexer
this

Parameters

range ubyte[]

the bytes that compose the source code that will be lexed.

config LexerConfig

the lexer configuration to use.

cache StringCache*

the string interning cache for de-duplicating identifiers and other token text.

Meta