Changes to NFA code.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Thu, 17 Feb 2011 20:54:22 +0000 (15:54 -0500)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Thu, 17 Feb 2011 20:54:22 +0000 (15:54 -0500)
commitec075380c7739d66a5a150cff635805d369dedfb
tree357318b81a15641d4ed29c9bb46af00ff1546ca1
parentd28f6aa761bd44cc51179f96423d9f3fe83605d4
Changes to NFA code.

- New lexer thats treat multi-letter words as one symbol.

- Ability to create multiple NFAs and to simultaneously track multiple
  inputs on each.

- Header file providing an external interface.
src/nfa.c
src/nfa.h [new file with mode: 0644]