Discover Packages
github.com/8ayac/dfa-regex-engine
nfa
nfarule
package
Version:
v0.0.0-...-d9f2893
Opens a new window with list of versions in this module.
Published: Dec 16, 2019
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package nfarule implements the transition function of NFA.
RuleArgs is a key for the map as transition function of NFA.
NewRuleArgs returns a new RuleArgs.
RuleMap represents a transition function of NFA.
The key is a pair like "(from state, input symbol)".
The value is a set of transition destination states
when "input symbol" is received in "from state".
Source Files
¶
Click to show internal directories.
Click to hide internal directories.