Grok. Error-correcting regular expression matcher
An error-correcting grep that corrects
input lines to their closest matching instances of a given regular expression.
Algorithm design by Gene Myers. Flex code by Vern Paxson. Implementation by Alan Wendt.
To build and test: make grok
Makefile
ccl.c
flexdef.h
grok.l
grok.lsm
misc.c
ncnb.def
nfa.c
parse.h
parse.y
scan.l
sym.c
test.in
test.out
alan.wendt.per@gmail.com