aico-pack
Version:
A tool to pack repository contents to single file for AI consumption
14 lines (9 loc) • 542 B
JavaScript
export const queryC = `
(comment)
(struct_specifier name: (type_identifier) .definition.class body:(_)) .class
(declaration type: (union_specifier name: (type_identifier) .definition.class)) .class
(function_declarator declarator: (identifier) .definition.function) .function
(type_definition declarator: (type_identifier) .definition.type) .type
(enum_specifier name: (type_identifier) .definition.type) .type
`;
//# sourceMappingURL=queryC.js.map