代码拉取完成,页面将自动刷新
== Requirements ==
(1) URI parser fully conforming to the
latest URI RFC. Currently this is RFC 3986:
http://tools.ietf.org/html/rfc3986
(2) Based on an LL(1) grammar, at least mainly.
Not using a jump table but one function per
rule instead.
(3) Library licensed under "New BSD license".
http://www.opensource.org/licenses/bsd-license.php
Test suite code licensed under LGPL.
http://www.opensource.org/licenses/lgpl-license.php
(4) Written in ANSI/ISO C.
(5) Portable. Must compile with GCC, MinGW,
Visual Studio 200[35].
(6) "OOP-C" -> thread safe, no shared globals
between two parser "instances"
(7) Support for <char> and <wchar_t> without internal
conversion. Two versions of all functions
from the public interface.
(8) Doxygen Code documentation at least for all
interface functions and structures.
http://www.stack.nl/~dimitri/doxygen/index.html
(9) Sun Java code conventions for all C/C++ code.
http://java.sun.com/docs/codeconv/
(10) #include "xxx" for files in same folder.
#include <xxx> for files from include folders.
(11) Use GoogleTest for unit testing.
https://github.com/google/googletest
(12) Implement algorithm for reference resolution
(13) Implement algorithm for normalization and
comparison
== Optional goals ==
(A) C++ Wrapper classes (uriparser++?)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。