MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / qbasic_extractor.rs

File qbasic_extractor.rs

src/extraction/qbasic_extractor.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/// Tree-sitter based `QBasic` source code extractor.
2///
3/// Parses `QBasic` source files and emits nodes and edges for the code graph.
4/// `QBasic` has proper structured programming constructs: SUB/END SUB,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected