summaryrefslogtreecommitdiff
path: root/src/tokeniser
Commit message (Collapse)AuthorAgeFilesLines
* Rework buildsystem so that it no longer calls make recursively and rebuilds ↵John Mark Bell2008-04-071-43/+36
| | | | | | the testcases when the library changes. svn path=/trunk/hubbub/; revision=4077
* hubbub_strings may now be either an offset into the data buffer or a pointer ↵John Mark Bell2008-03-211-49/+64
| | | | | | | | | | | | | to constant data. Fix up tokeniser and treebuilder to deal with this. Fix up testcases, too. The tokeniser will only ever emit strings of type HUBBUB_STRING_OFF. Anything else is a bug which should be fixed. The treebuilder may emit strings of either type. svn path=/trunk/hubbub/; revision=4014
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-235-0/+2794
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359