parseTemplateToFixtureAst
Parses source as a kBars template and converts the result into its FixtureTemplateAst mirror — the public, language-neutral parse representation consumed by conformance runners outside this module.
Return
the parsed template's FixtureTemplateAst mirror.
Parameters
source
the template source to parse.
Throws
if source contains a syntax error.