analyzer

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package analyzer is the whole-file semantic analyzer. It runs before any task executes (Principle II / FR-012, FR-014) and reports every statically detectable error with a file:line:col span: undefined names, unknown tasks/dependencies, dependency cycles, arity mismatches, duplicate settings, and malformed parameter lists.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Analyze

func Analyze(f *ast.File) diag.List

Analyze validates the file and returns all diagnostics found.

Types

This section is empty.

Jump to

Keyboard shortcuts

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