
Code for creating DFAs/NFAs from regular expressions. The code was obtained from Randy Smith. 
Slight extensions made by Liu Yang for NFA combination, MDFA construction and match test.

Author:		Randy Smith
Release date:	Sep 27, 2010

Type make to compile the code.

