@0xsarwagya/ontoly-parser-go
v1.3.3
Published
Go parser and relationship extractor for Ontoly.
Maintainers
Readme
@0xsarwagya/ontoly-parser-go
Go parser and relationship extractor for Ontoly.
Provides createGoFrontendPass(), a CompilerPass that analyzes .go files and emits typed symbols and relationships into the Ontoly compiler pipeline.
Usage
import { createGoFrontendPass } from "@0xsarwagya/ontoly-parser-go";
const pass = createGoFrontendPass();
// Add to your compiler pipelineLicense
AGPL-3.0-only
