pc4d v1.0.9 (2022-08-26T10:46:45Z)
Dub
Repo
Integer
pc4d
parsers
parser for parsing ints
static
class
Integer :
Regex
{
this
();
}
Constructors
this
this
()
Undocumented in source.
Inherited Members
From Regex
fRegex
string
fRegex
;
Undocumented in source.
fCollect
bool
fCollect
;
Undocumented in source.
parse
ParseResult
!(
immutable
(
char
))
parse
(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
pc4d
parsers
classes
Alternative
BlockComment
ExprParser
Integer
Lazy
Match
Optional
Regex
Repetition
Sequence
functions
alnum
blockComment
integer
killResults
lazyParser
match
number
or
regex
sequence
parser for parsing ints