dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
tokenize
dlangui
dml
tokenizer
tokenize source into array of tokens (excluding EOF)
Token
[]
tokenize
(
string
code
,
string
[]
_singleLineCommentPrefixes
= ["//"]
,
bool
skipSpace
= false
,
bool
skipEols
= false
,
bool
skipComments
= false
)
Meta
Source
See Implementation
dlangui
dml
tokenizer
classes
ParserException
Tokenizer
enums
TokenType
functions
tokenize
trimSpaceTokens
structs
Token
tokenize source into array of tokens (excluding EOF)