-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
47 lines (27 loc) · 1.07 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
uri_grammar version 0.3
Copyright 2009 Braden McDaniel <[email protected]>
Available from <http://code.google.com/p/uri-grammar/>
See the "NEWS" file for a list of changes in this release.
About
=====
uri_grammar is a Spirit grammar for parsing URIs. Spirit is a C++
parser framework available at <http://spirit.sourceforge.net>. Spirithttp://uri-grammar.googlecode.com/svn/trunk/
is part of the Boost suite of C++ libraries available at
<http://boost.org>.
License terms
=============
uri_grammar is available under the Boost source license. For
details, refer to the file "COPYING" included in this distribution.
Installation
============
Refer to the file "INSTALL" for detailed installation instructions.
Bug reports
===========
Please use uri_grammar's issue tracker to report any bugs you
encounter:
<http://code.google.com/p/uri-grammar/issues/entry>
Mailing lists
=============
The uri-grammar mailing list is for discussion of the use and
development of uri_grammar. You can join this list at:
<http://groups.google.com/group/uri-grammar>