phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Parser
nxt
ada
Ada Parser.
class
Parser (
R
)
if
(
isSomeString
!
R
) {
this
(R r, bool show);
R
r
;
bool
show
;
bool
supportDollars
;
}
Constructors
this
this
(R r, bool show)
Undocumented in source.
Members
Variables
r
R
r
;
Undocumented in source.
show
bool
show
;
Undocumented in source.
supportDollars
bool
supportDollars
;
Undocumented in source.
Meta
Source
See Implementation
nxt
ada
classes
BOp
Expr
Id
Int
Keyword
NOp
Parser
UOp
functions
isDigit
isIdChar
parse
parseId
parseInt
parser
Ada Parser.