diet-complete ~master (2018-09-11T12:44:55Z)
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
expect
match
peek
Checks if the current token matches type & optional match.