You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| benchlog | 4 years ago | |
| doc | 4 years ago | |
| lib/codereview | 4 years ago | |
| re2 | 4 years ago | |
| util | 4 years ago | |
| AUTHORS | 4 years ago | |
| Android.mk | 4 years ago | |
| CONTRIBUTORS | 4 years ago | |
| LICENSE | 4 years ago | |
| MODULE_LICENSE_BSD | 4 years ago | |
| Makefile | 4 years ago | |
| README | 4 years ago | |
| README.android | 4 years ago | |
| README.version | 4 years ago | |
| libre2.symbols | 4 years ago | |
| libre2.symbols.darwin | 4 years ago | |
| runtests | 4 years ago | |
| testinstall.cc | 4 years ago | |
| ucs2.diff | 4 years ago | |
README
This is the source code repository for RE2, a regular expression library.
For documentation about how to install and use RE2,
visit http://code.google.com/p/re2/.
The short version is:
make
make test
make install
make testinstall
Unless otherwise noted, the RE2 source files are distributed
under the BSD-style license found in the LICENSE file.
RE2's native language is C++.
An Inferno wrapper is at http://code.google.com/p/inferno-re2/.
A Python wrapper is at http://github.com/facebook/pyre2/.
A Ruby wrapper is at http://github.com/axic/rre2/.