Skip to content

Commit

Permalink
Merge pull request godotengine#4264 from leezh/nrex-0.2
Browse files Browse the repository at this point in the history
Updated nrex to v0.2
  • Loading branch information
akien-mga committed Apr 11, 2016
2 parents 9d75424 + 6207d56 commit a7e3758
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 43 deletions.
18 changes: 16 additions & 2 deletions drivers/nrex/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# NREX: Node RegEx

Version 0.1
[![Build Status](https://travis-ci.org/leezh/nrex.svg?branch=master)](https://travis-ci.org/leezh/nrex)

** Version 0.2 **

Small node-based regular expression library. It only does text pattern
matchhing, not replacement. To use add the files `nrex.hpp`, `nrex.cpp`
Expand Down Expand Up @@ -38,7 +40,7 @@ Currently supported features:

## License

Copyright (c) 2015, Zher Huei Lee
Copyright (c) 2015-2016, Zher Huei Lee
All rights reserved.

This software is provided 'as-is', without any express or implied
Expand All @@ -59,3 +61,15 @@ freely, subject to the following restrictions:

3. This notice may not be removed or altered from any source
distribution.


# Changes

## Version 0.2 (2016-08-04)
* Fixed capturing groups matching to invalid results
* Fixed parents of recursive quantifiers not expanding properly
* Fixed LookAhead sometimes adding to result
* More verbose unit testing

## Version 0.1 (2015-12-04)
* Initial release
Loading

0 comments on commit a7e3758

Please sign in to comment.