spicyfish / freenos

Automatically exported from code.google.com/p/freenos
GNU General Public License v3.0
0 stars 0 forks source link

Implement a generic parser library #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It may be very interesting to implement a generic parser library (libparse)
in FreeNOS.
This way, all parsing code is kept in a central place, and written only once
for each kind of parser. Idea's for parsers may be:

CommandLineParser
StringParser
URLParser
ConfigurationParser
XMLParser
RegexParser
HTTPParser
HTMLParser

Note that an URL parser may replace FileSystemPath aswell.

Original issue reported on code.google.com by coenbijlsma on 7 Aug 2009 at 11:13

GoogleCodeExporter commented 9 years ago
URI::equals(URI& uri) should compare the scheme also in a case-insensitive way.

Original comment by coenbijlsma on 7 Aug 2009 at 11:14

GoogleCodeExporter commented 9 years ago
And it does. Also, the URI and URL classes are added. See svn log for more 
details.

Original comment by coenbijlsma on 7 Aug 2009 at 11:14

GoogleCodeExporter commented 9 years ago

Original comment by nieklinn...@gmail.com on 5 Sep 2009 at 9:33