Parse source to AST
BGS-1 Order: #1 Data Preparation
Updated 4 months ago
Guidance
Parse each source file to its Abstract Syntax Tree. Label syntax nodes with nonterminal names and syntax tokens with their string representation. Add Child edges connecting parent-child AST relationships and NextToken edges connecting consecutive tokens.
Details
- Order:
- #1
- Phase:
- Created:
- May 20, 2026
- Last Updated:
- May 20, 2026
Workflow
Build Program Graphs
Transform compiled source code into program graphs by layering syntax edges, data flow edges, and semantic shortcut edges over the …
View WorkflowAssigned Agent
No agent assigned
Required Skills
No skills linked
Rules
No rules linked.
Input Artifacts
No input artifacts
Output Artifacts
No output artifacts