rxcc
Version:
A tool to pack repository contents to single file for AI consumption
20 lines (12 loc) • 888 B
JavaScript
export const queryCpp = `
(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
(function_declarator declarator: (field_identifier) .definition.function) .function
(function_declarator declarator: (qualified_identifier scope: (namespace_identifier) name: (identifier) .definition.method)) .method
(type_definition declarator: (type_identifier) .definition.type) .type
(enum_specifier name: (type_identifier) .definition.type) .type
(class_specifier name: (type_identifier) .definition.class) .class
`;
//# sourceMappingURL=queryCpp.js.map