Files | |
file | alist.c [code] |
List type used by automaton. | |
file | alist.h [code] |
List type used by automaton. | |
file | automaton.c [code] |
(Non)Deterministic Finite Automaton for Regexp | |
file | automaton.h [code] |
(Non)Deterministic Finite Automaton for Regexp | |
file | compdic.c [code] |
Program used to compress a dictionary. | |
file | dic.c [code] |
Dawg dictionary. | |
file | dic.h [code] |
Dawg dictionary. | |
file | dic_internals.h [code] |
Internal dictionary structures. | |
file | dic_search.c [code] |
Dictionary lookup functions. | |
file | dic_search.h [code] |
Dictionary lookup functions. | |
file | hashtable.c [code] |
Simple hashtable type. | |
file | hashtable.h [code] |
Simple hashtable type. | |
file | listdic.c [code] |
Program used to list a dictionary. | |
file | regexp.c [code] |
Regular Expression functions. | |
file | regexp.h [code] |
Regular Expression functions. | |
file | regexpmain.c [code] |
Program used to test regexp. |