Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
bhaiLangModule.test.ts
File · 0.45
parse
Method · 0.45
Calls
1
getInitialStatementList
Method · 0.80
Tested by
no test coverage detected