toggle menu
metis-lang
jvm
switch theme
search in API
metis-lang
/
io.github.seggan.metis.parsing
/
Lexer
Lexer
object
Lexer
The Metis lexer. Converts source code into a list of
Token
s.
Members
Functions
lex
Link copied to clipboard
fun
lex
(
source
:
CodeSource
)
:
List
<
Token
>
Lexes the source code.