hataraku
Version:
An autonomous coding agent for building AI-powered development tools. The name "Hataraku" (働く) means "to work" in Japanese.
18 lines (15 loc) • 605 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/*
- struct declarations
- union declarations
- function declarations
- typedef declarations
*/
exports.default = `
(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
`;
//# sourceMappingURL=c.js.map