Hello,
Lately I've realized that one must be good at handling (parsing) text. It may be from as simple as interpreting the HTTP response or reading a settings file (*.ini or *.xml or *.json) to as hard as writing a compiler or regex engine.
I agree that now we have library functions/methods for interpreting popular formats of text. But using functions is making me feel something is missing. I don't know what I'm missing but I'm definitely loosing confidence by using function for everything.
In order to build up some confidence I want to try some text processing in C.
Can anyone suggest some intermediate level but good project? If you can suggest some useful project little more complex is also appreciated.