function buildAst
buildAst(
parseTree: Tree,
sdlStringInput: SdlStringInput,
): Specification

Process the SDL parse tree and return an abstract syntax tree.

Parameters

parseTree: Tree

The parse Tree generated from the SDL source.

sdlStringInput: SdlStringInput

The SDL source text as an SdlStringInput.

Return Type

Usage

import { buildAst } from ".";