grammar

package
v0.1.22 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrParsing

type ErrParsing[T interface {
	Child() iter.Seq[T]
	BackwardChild() iter.Seq[T]
	Cleanup() []T
	LinkChildren(children []T)
	Copy() T

	uttr.Noder
}] struct {
	Err    error
	Forest []*uttr.Tree[T]
}

func NewErrParsing

func NewErrParsing[T interface {
	Child() iter.Seq[T]
	BackwardChild() iter.Seq[T]
	Cleanup() []T
	LinkChildren(children []T)
	Copy() T

	uttr.Noder
}](err error, forest []*uttr.Tree[T]) *ErrParsing[T]

func (ErrParsing[T]) Error

func (e ErrParsing[T]) Error() string

func (ErrParsing[T]) Unwrap

func (e ErrParsing[T]) Unwrap() error

Directories

Path Synopsis
OLD
ast
Code generated by go generate; do not edit.
Code generated by go generate; do not edit.
cmd

Jump to

Keyboard shortcuts

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