MCPcopy Create free account
hub / github.com/DulLabs/bhai-lang / getProgram

Method getProgram

packages/parser/src/components/parser/program.ts:13–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 }
12
13 getProgram(): ASTNode {
14 return {
15 type: NodeType.Program,
16 body: this._statementList.getInitialStatementList(),
17 };
18 }
19}

Callers 2

parseMethod · 0.45

Calls 1

Tested by

no test coverage detected