dmdscript v2.1.0 (2021-12-16T21:42:33Z)
Dub
Repo
Lexer.scan
dmdscript
lexer
Lexer
Turn next token in buffer into a token.
class
Lexer
void
scan
(
Token
*
t
)
Meta
Source
See Implementation
dmdscript
lexer
Lexer
constructors
this
destructors
~this
functions
allocToken
error
escapeSequence
get
inc
insertSemicolon
nextToken
number
peek
regexp
rescan
scan
string
unicode
static functions
isKeyword
locToSrcline
static variables
inited
variables
base
currentline
end
errinfo
freelist
p
sourcename
stringbuffer
stringtable
token
useStringtable
Turn next token in buffer into a token.