A library to convert a set of input patterns into tokens.
Go to file
Danila Fedorin 0b6d73ebdf Write initial code for matching the patterns to a single string.
The code is limited in two aspects, at the moment:
* It's not very well tested
* The current "best" match is just the one that occurred last. While
this is just fine in terms of length, this leaves open to chance which
pattern type will be returned if multiple patterns of the same length
match.
2017-02-04 00:28:36 -08:00
external Update libds. 2017-01-27 22:04:16 -08:00
include Write initial code for matching the patterns to a single string. 2017-02-04 00:28:36 -08:00
src Write initial code for matching the patterns to a single string. 2017-02-04 00:28:36 -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 Write initial code for matching the patterns to a single string. 2017-02-04 00:28:36 -08:00