fpc/packages/regexpr
joost 44fe103c46 * Added Regex unit with an NFA regexpression parser, based on code from Julian Bucknall which is used with his permission
* Added RegExprCompat unit which contains an interface to the Regex unit which is compatible with the existing RegExpr unit
 * Added some more tests and added a define UseRegexCompat to make it possible to choose what regex-implementation to test. Test which fail on the existing regex-parser are placed between ifdefs

git-svn-id: trunk@10611 -
2008-04-06 21:23:13 +00:00
..
src * Added Regex unit with an NFA regexpression parser, based on code from Julian Bucknall which is used with his permission 2008-04-06 21:23:13 +00:00
tests * Added Regex unit with an NFA regexpression parser, based on code from Julian Bucknall which is used with his permission 2008-04-06 21:23:13 +00:00
fpmake.pp * regexpr moved 2008-01-26 16:57:00 +00:00
Makefile * Added Regex unit with an NFA regexpression parser, based on code from Julian Bucknall which is used with his permission 2008-04-06 21:23:13 +00:00
Makefile.fpc * Added Regex unit with an NFA regexpression parser, based on code from Julian Bucknall which is used with his permission 2008-04-06 21:23:13 +00:00