| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected