Introduction - If you have any usage issues, please Google them yourself
Parses forwards and backwards.
-Scans forwards and backwards.
-Get the delimiter that was found.
-Get the offset at where the token was started.
-Get the current offset of the parser.
-Add any number of delimiters.
-Support for delimiter lists. Instead of removing all delimiters and adding one by one, just set the delimiter list. Can be used for easier parsing out of comments.
-Unicode/Ansi Support
Included is also 5 tests showing all the functions in action. Sample text is mostly a snippet of C++ source code except for one test. Shows the ease of use for parsing with support multiple delimiters.