dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
Declaration
dparsergen
generator
ebnf
Undocumented in source.
struct
Declaration {
DeclarationType
type
;
string
name
;
Tree
exprTree
;
string
[]
parameters
;
immutable
(
string
)[]
annotations
;
size_t
variadicParameterIndex
;
string
documentation
;
}
Members
Variables
annotations
immutable
(
string
)[]
annotations
;
Undocumented in source.
documentation
string
documentation
;
Undocumented in source.
exprTree
Tree
exprTree
;
Undocumented in source.
name
string
name
;
Undocumented in source.
parameters
string
[]
parameters
;
Undocumented in source.
type
DeclarationType
type
;
Undocumented in source.
variadicParameterIndex
size_t
variadicParameterIndex
;
Undocumented in source.
Meta
Source
See Implementation
dparsergen
generator
ebnf
aliases
Tree
TreeArray
TreeNonterminal
TreeToken
enums
DeclarationType
functions
concatTree
ebnfTreeToString
replaceNames
structs
Declaration
EBNF