Documentation
¶
Overview ¶
Package nfa provides a way to construct non-deterministic finite automata from regular expressions using the Thompson's construction algorithm.
Index ¶
Constants ¶
View Source
const ( // Last unicode rune RuneLast = 0x10ffff // Pseudo-runes RuneBeginText = -100 * iota RuneEndText RuneBeginLine RuneEndLine RuneWordBoundary RuneNoWordBoundary RuneLazy )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
func NewFromRegexp ¶
Click to show internal directories.
Click to hide internal directories.