| 1 | /// Tree-sitter based MS BASIC 2.0 source code extractor. |
| 2 | /// |
| 3 | /// Parses MS BASIC 2.0 (Commodore 64 era) source files and emits nodes and |
| 4 | /// edges for the code graph. MS BASIC 2.0 is line-number based with no |
nothing calls this directly
no outgoing calls
no test coverage detected