First version of dfa module in alex. This version uses yacc to parse
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 26 Sep 1994 10:16:52 +0000 (10:16 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 26 Sep 1994 10:16:52 +0000 (10:16 +0000)
commitead74d0c3b9d76204494553c61854812eb69bbc7
treedbf4b97cef6b9990f9641a6994d2c7659fbf55da
parent9a28dfc683cc93e0d9fd1d0b74a59c69364df2ec
First version of dfa module in alex. This version uses yacc to parse
regular expressions. This should be hand-made instead.
dfa/Makefile [new file with mode: 0644]
dfa/agrep.c [new file with mode: 0644]
dfa/bset.c [new file with mode: 0644]
dfa/imalloc.c [new file with mode: 0644]
dfa/imalloc.h [new file with mode: 0644]
dfa/lexer.c [new file with mode: 0644]
dfa/lexer.h [new file with mode: 0644]
dfa/readfile.c [new file with mode: 0644]
dfa/set.c [new file with mode: 0644]
dfa/states.c [new file with mode: 0644]