Documentation ¶
Overview ¶
Package utils contains utility types and functions for dfa-regex-engine.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
N int
}
Context has a number which is basically used to create incremental stuff. Example incremental stuff: state number(q0, q1, q2)
func NewContext ¶
func NewContext() *Context
NewContext returns a new Context. The default value of N is -1.
Click to show internal directories.
Click to hide internal directories.