blob: 57b31813da15ecf6285dd075a9d7c59f5640adc7 [file] [log] [blame]
Ian Hodson2ee91b42012-05-14 12:29:36 +01001This is the source code repository for RE2, a regular expression library.
2
3For documentation about how to install and use RE2,
4visit http://code.google.com/p/re2/.
5
6The short version is:
7
8make
9make test
10make install
11make testinstall
12
13Unless otherwise noted, the RE2 source files are distributed
14under the BSD-style license found in the LICENSE file.
15
16RE2's native language is C++.
17An Inferno wrapper is at http://code.google.com/p/inferno-re2/.
18A Python wrapper is at http://github.com/facebook/pyre2/.
19A Ruby wrapper is at http://github.com/axic/rre2/.