parser

package
v0.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser struct {
	// contains filtered or unexported fields
}

Parser handles YAML to AST conversion

func New

func New(baseDir string) *Parser

New creates a new parser

func (*Parser) Parse

func (p *Parser) Parse(file string) (*ast.AST, error)

Parse parses a file (YAML or Markdown) and returns unified AST

func (*Parser) ParseAgent

func (p *Parser) ParseAgent(file string) (*ast.AgentNode, error)

ParseAgent parses an agent definition file

func (*Parser) ParseBlueprint

func (p *Parser) ParseBlueprint(file string) (*blueprintYAML, *ast.BlueprintNode, error)

ParseBlueprint parses a blueprint YAML file

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL