mir-ion ~master (2023-11-12T13:12:48Z)
Dub
Repo
IonTokenizer.expect
mir
deser
text
tokenizer
IonTokenizer
Undocumented in source.
char
expect
(char c, string file, int line)
template
expect
(alias pred = "a", bool noRead = false)
@
trusted
@
nogc
pure
static if
(
noRead
)
char
expect
(
char
c
,
string
file
= __FILE__
,
int
line
= __LINE__
)
char
expect
(string file, int line)
Members
Functions
expect
char
expect
(char c, string file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.
expect
char
expect
(string file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
mir
deser
text
tokenizer
IonTokenizer
constructors
this
functions
finish
isDoubleColon
isEOF
isInfinity
isNAN
isStopChar
isTripleQuote
nextToken
ok
peekExactly
peekMax
peekOne
readInput
resetEscapeBuffer
resizeWindow
scanForNumber
skipExactly
skipLobWhitespace
skipOne
skipWhitespace
unexpectedChar
unexpectedEOF
unread
templates
expect
expectFalse
variables
currentToken
escapeSequence
finished
input
position
window