RegEx re-implemented as a module

Re-wrote nrex as a module using godot-specific parts and new
features:

 * Added string substitutions.
 * Named groups are now supported.
 * Removed use of mutable variables in RegEx. RegExMatch is returned
   instead.
This commit is contained in:
Zher Huei Lee
2016-10-23 01:22:48 +01:00
parent 470ead74db
commit 439d439321
15 changed files with 1733 additions and 1976 deletions

1
drivers/SCsub vendored
View File

@ -25,7 +25,6 @@ SConscript('gl_context/SCsub');
# Core dependencies
SConscript("png/SCsub");
SConscript("nrex/SCsub");
# Tools override
# FIXME: Should likely be integrated in the tools/ codebase