8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00
firebird-mirror/extern/re2
2020-03-02 19:40:25 +02:00
..
benchlog Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
doc Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
kokoro Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
lib/git Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
re2 Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
util Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
.gitignore Fix Windows build in path with spaces. Update ignore lists (#228) 2019-10-28 14:50:10 -03:00
.travis.yml Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
AUTHORS Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
BUILD Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
CMakeLists.txt Allow MP compilation for extern projects. MSVC15 only for now. 2020-03-02 19:40:25 +02:00
CONTRIBUTING.md Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
CONTRIBUTORS Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
libre2.symbols Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
libre2.symbols.darwin Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
LICENSE Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
Makefile Added re2 Makefile. 2019-08-13 13:00:37 -03:00
re2_test.bzl Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
re2.pc Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
README Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
runtests Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
testinstall.cc Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
WORKSPACE Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00

This is the source code repository for RE2, a regular expression library.

For documentation about how to install and use RE2,
visit https://github.com/google/re2/.

The short version is:

make
make test
make install
make testinstall

There is a fair amount of documentation (including code snippets) in
the re2.h header file.

More information can be found on the wiki:
https://github.com/google/re2/wiki

Issue tracker:
https://github.com/google/re2/issues

Mailing list:
https://groups.google.com/group/re2-dev

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++.

A C wrapper is at https://github.com/marcomaggi/cre2/.
An Erlang wrapper is at https://github.com/dukesoferl/re2/ and on Hex (hex.pm).
An Inferno wrapper is at https://github.com/powerman/inferno-re2/.
A Node.js wrapper is at https://github.com/uhop/node-re2/ and on NPM (npmjs.com).
An OCaml wrapper is at https://github.com/janestreet/re2/ and on OPAM (opam.ocaml.org).
A Perl wrapper is at https://github.com/dgl/re-engine-RE2/ and on CPAN (cpan.org).
A Python wrapper is at https://github.com/facebook/pyre2/ and on PyPI (pypi.org).
An R wrapper is at https://github.com/qinwf/re2r/ and on CRAN (cran.r-project.org).
A Ruby wrapper is at https://github.com/mudge/re2/ and on RubyGems (rubygems.org).