Discover Packages
github.com/8ayac/dfa-regex-engine
dfa
dfarule
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: 3
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package dfarule implements the transition function of DFA.
RuleArgs is a key for the map as transition function of d.
NewRuleArgs returns a new RuleArgs.
RuleMap represents a transition function of d.
The key is a pair like "(from state, input symbol)".
The value is a destination state when "input symbol"
is received in "from state".
Source Files
¶
Click to show internal directories.
Click to hide internal directories.