Thanks, guys!
But, at the cost of an 'F' today during history, I managed to think up a workable parser...
Then wrote it when I got home (after an 'F' in chemistry and finding out that I didn't get into a school I wanted to get into), found that I was garbage, and re-wrote more along the lines of CuteAlien's design, but not separating bits into tokens, working a lot with delimiters

...
I only need this as a working model, to read simple scene files, which is why I chose the XML format - for the ease of making a tree-like structure; That also happens to be the reason why I cannot really work with simple text files - It is a hell of a lot harder to make a tree structure; using the method I worked with them, each node would have had to have an ID, and it's parent's ID and so on... Not to mention huge amounts of nested if-else's in the parser

.
Once I get this working, I'll play around with parsing files using the token method... Square equations, anyone?
EDIT: YES! It works! With attributes, and multiple nested elements! I can now make my INI File XML-based.... and actually load scenes... HUARRY!

I have recently discovered that both the Flu and my Algebra teacher have exact the same effect on my health: it quickly degrades.