preprocessor ~master (2023-02-20T23:28:23.9639437)
Dub
Repo
parse
preprocessor
parsing
Undocumented in source. Be warned that the author may not have intended to support it.
void
parse
(ParseContext parseCtx, void delegate(const char chr, out bool stop) func)
package package
void
parse
(
ref
ParseContext
parseCtx
,
void
delegate
(
const
char
chr
,
out
bool
stop
)
func
)
void
parse
(ParseContext parseCtx, char[] delimiters, void delegate(const char chr, out bool stop) func)
Meta
Source
See Implementation
preprocessor
parsing
functions
calculateLineColumn
clearStartToEnd
collect
collectTillString
parse
peek
peekLast
replaceStartToEnd
seekNext
seekNextDirective
skipWhiteSpaceTillEol
manifest constants
DirectiveStart
MacroStartEnd
static variables
endOfLineDelims
endTokenDelims
whiteSpaceDelims
structs
ParseContext