liblex/include
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
..
eval.h Write initial code for matching the patterns to a single string. 2017-02-04 00:28:36 -08:00
liblex.h Write a general header file and a header file for regular expressions. 2017-01-19 20:17:55 -08:00
pairmap.h Fix the macro to allow it to return something. 2017-02-03 21:02:07 -08:00
pattern.h Add a pattern id variable to all nodes. 2017-01-26 15:02:44 -08:00