Documentation
¶
Overview ¶
Package parser extracts code structure from source files. Uses go/ast for Go files and regex-based extraction for Python and TypeScript.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Language ¶
type Language string
Language represents a supported programming language.
func DetectLanguage ¶
DetectLanguage determines the language from a file extension.
type ParseResult ¶
ParseResult holds the extracted nodes and edges from a file.
Click to show internal directories.
Click to hide internal directories.