A library to convert a set of input patterns into tokens.
Go to file
Danila Fedorin 19ca43d8e4 Add a pattern struct to encompass a pattern NFA and its size.
The size is necessary in free operations - unlike vectors and linked
lists, sparse sets in libds are not dynamically resizable.
2017-01-21 21:18:09 -08:00
external Update libds to latest version. 2017-01-21 20:32:39 -08:00
include Add a pattern struct to encompass a pattern NFA and its size. 2017-01-21 21:18:09 -08:00
src Add internal function, mostly for memory allocation and concatenation. 2017-01-19 23:32:09 -08:00
.gitignore Initial commit. Setup gitignore. 2017-01-19 15:29:50 -08:00
.gitmodules Add libds dependency. 2017-01-19 15:30:11 -08:00
CMakeLists.txt Create CMakeLists.txt file. 2017-01-19 19:33:59 -08:00