INIGrammarCompiler

Undocumented in source.

Members

Mixins

__anonymous
mixin Compiler!(T, INIGrammarCompiler!T)
Undocumented in source.
__anonymous
mixin processTypeAnnotations!INIGrammarCompiler
Undocumented in source.

Static functions

matchDefinition
auto matchDefinition(ParseTree t)
Undocumented in source. Be warned that the author may not have intended to support it.
matchGrammar
auto matchGrammar(ParseTree t)
Undocumented in source. Be warned that the author may not have intended to support it.
matchIdentifier
auto matchIdentifier(ParseTree t)
Undocumented in source. Be warned that the author may not have intended to support it.
matchSection
auto matchSection(ParseTree t)
Undocumented in source. Be warned that the author may not have intended to support it.
matchSectionHead
auto matchSectionHead(ParseTree t)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

_declaration
template _declaration()
Undocumented in source.
_ident
template _ident(alias id)
Undocumented in source.
_literal
template _literal()
Undocumented in source.
_section
template _section(alias head, T...)
Undocumented in source.
_sectionhead
template _sectionhead()
Undocumented in source.

Meta