diet-complete ~master (2021-12-23T12:39:56.512012)
Dub
Repo
DietInput.peek
dietc
lexer
DietInput
Checks if the current token matches type & optional match.
struct
DietInput
bool
peek
(
TokenType
type
,
string
match
= null
)
Meta
Source
See Implementation
dietc
lexer
DietInput
functions
determineIndentation
empty
expect
front
indexEOL
match
peek
popFront
read
reset
save
skipAll
skipAllCount
static functions
fromFile
variables
backlog
code
errors
file
indentation
indentationStyle
index
last
lastWasNewline
tabSize
Checks if the current token matches type & optional match.