Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Revision 1185


Jump to revision: Previous Next
Author: amb
Date: Mon Dec 10 18:35:02 2012 UTC (12 years, 3 months ago)
Changed paths: 3
Log Message:
Remove flex based XML parser and replace with a parser created by implementing
the same lex rules by hand.  Operates faster because tag attributes do not need
memory allocated or copying from file buffer and there are no yylex() function
calls/returns.


Changed paths

Path Details
Directorytrunk/src/Makefile modified , text changed
Directorytrunk/src/xmlparse.c added
Directorytrunk/src/xmlparse.l deleted