So true. My first parser was for a little text adventure I wrote. I didn't know parsing was a thing people might write about, so I just muddled through some text manipulation in Atari BASIC it until it worked. Even sorting was something you just had to figure out - I managed to come up with bubble sort on my own, presumably like many others did in those days, unaware that sorting was well-trodden territory.