trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
12 lines • 338 B
TypeScript
/**
* Go Parser Adapter
*
* Tier 1 regex-based parser for Go source files.
* Extracts structs, interfaces, functions, methods, type aliases,
* constants, variables, and imports.
*
* @see TRL-6
*/
import type { ParserAdapter } from './types.js';
export declare const goParser: ParserAdapter;
//# sourceMappingURL=go-parser.d.ts.map