Directories ¶
Path | Synopsis |
---|---|
Package dfa implements Deterministic Finite Automaton(DFA).
|
Package dfa implements Deterministic Finite Automaton(DFA). |
dfadebug
Package dfadebug provides some features to debug a dfa.
|
Package dfadebug provides some features to debug a dfa. |
dfarule
Package dfarule implements the transition function of DFA.
|
Package dfarule implements the transition function of DFA. |
Package dfaregex provides a DFA regex engine(DFA engine).
|
Package dfaregex provides a DFA regex engine(DFA engine). |
Package lexer implements lexer for a simple regular expression.
|
Package lexer implements lexer for a simple regular expression. |
Package nfa implements Non-Deterministic Finite Automaton(NFA).
|
Package nfa implements Non-Deterministic Finite Automaton(NFA). |
nfabuilder
Package nfabuilder implements some structures and functions to construct NFA.
|
Package nfabuilder implements some structures and functions to construct NFA. |
nfarule
Package nfarule implements the transition function of NFA.
|
Package nfarule implements the transition function of NFA. |
Package nfa2dfa implements function to convert a NFA into a DFA.
|
Package nfa2dfa implements function to convert a NFA into a DFA. |
Package node implements some AST nodes.
|
Package node implements some AST nodes. |
Package parser implements function to parse the regular expressions.
|
Package parser implements function to parse the regular expressions. |
Package token provides tokens for parsing the regular expressions.
|
Package token provides tokens for parsing the regular expressions. |
Package utils contains utility types and functions for dfa-regex-engine.
|
Package utils contains utility types and functions for dfa-regex-engine. |
Click to show internal directories.
Click to hide internal directories.