metad v0.2.3 (2020-04-04T19:45:43Z)
Dub
Repo
loadGrammarAndData
metad
compiler
Undocumented in source.
template
loadGrammarAndData (
string
grammarFile
string
docRoot
string
dataFile
) {
mixin
loadGrammar
!(
grammmarFile
,
docRoot
)
;
enum
loadGrammarAndData
;
}
Members
Manifest constants
loadGrammarAndData
enum
loadGrammarAndData
;
Undocumented in source.
Mixins
__anonymous
mixin
loadGrammar
!(
grammmarFile
,
docRoot
)
Undocumented in source.
Meta
Source
See Implementation
metad
compiler
functions
compileExpressionToModule
compileToModule
structs
MatchCond
MatchName
templates
Compiler
TupleCompiler
loadAndCompile
loadGrammar
loadGrammarAndData