DynamicCommandParser
DynamicCommandParser copied to clipboard
Nice and clean library
Thanks for sharing this - I like it a lot and use it to build a simple config interface for my project. Is there a way to tell the parser that the "Begin" token is start of a new line and that the end token is a CR (or LF)? The latter is probably "\n" but how about line start?
regards Torsten