buildAst(parseTree: Tree,sdlStringInput: SdlStringInput,): Specification
Process the SDL parse tree and return an abstract syntax tree.
sdlStringInput: SdlStringInput
The SDL source text as an SdlStringInput
.
buildAst(parseTree: Tree,sdlStringInput: SdlStringInput,): Specification
Process the SDL parse tree and return an abstract syntax tree.
sdlStringInput: SdlStringInput
The SDL source text as an SdlStringInput
.
import { buildAst } from ".";