loop_yaklangcode

package
v1.4.4-alpha1024a Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2025 License: AGPL-3.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorPattern

type ErrorPattern struct {
	Name        string
	ErrorGlobs  []string // Error message patterns
	LineGlobs   []string // Line content patterns
	LineRegexps []string // Line content regexps
	Hint        string
	Examples    []string // [incorrect, correct] pairs
}

ErrorPattern represents a pattern for detecting specific syntax errors

type YakdocSearchResult

type YakdocSearchResult struct {
	Path    string
	Content string
}

YakdocSearchResult represents a search result from yakdoc

Jump to

Keyboard shortcuts

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