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

Class

packages/parser/src/components/parser/program.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { ASTNode } from "./types/nodeTypes";
5
6export default class Program {
7 private _statementList: StatementList;
8
9 constructor(statementList: StatementList) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected