TagParse - Lightweight Parser for HTML-style documents.

Hello everyone!

I wanted to get off of my main-project for a day, and decided I should try again to code a HTML-parser.
The result is a small bunch of class-files, that can read HTML/XML-style documents.

This entire thing was coded up within about 5 hours, so you may encounter some bugs when using it.
Note that I don’t really have a plan for sanity-checking, so if your document contains a formatting/syntax-error, the parser will likely crash without telling you what exactly went wrong.

The code is avaible on GitHub.


Update (08.04.2014/17:08):
I fixed some bugs and added a documentation. Also put together a ‘1.0’-release.
Now you can include the TagParser-library in any application.
This should make it easier to try it out.
Also, excuse me for the bad grammar and writing I put up here yesterday.
I really shouldn’t post anything when I’m half asleep.


Feedback/Suggestions/Critics/etc. are welcome.

Have a nice day!

  • Longor1996