ragel

package module
v0.0.0-...-5f46317 Latest Latest
Warning

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

Go to latest
Published: May 25, 2019 License: MIT Imports: 0 Imported by: 0

README

ragel machinery

Machineries to speed up and facilitate the development of ragel parsers able to accept streaming inputs.

It is only intended for use with ragel parsers.


Analytics

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrNotFound is the message representing a situation in which the needle we were looking for has not been found.
	ErrNotFound = "needle not found"
)

Functions

This section is empty.

Types

type ReadingError

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

ReadingError represents errors occurred in the readers.

func NewReadingError

func NewReadingError(message string) *ReadingError

NewReadingError creates a ReadingError with the given message.

func (*ReadingError) Error

func (e *ReadingError) Error() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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