Howard Hinnant
|
f8ce459f8d
|
First loop test passed. The data structure and search algorithm is still crude and in-flux. But this milestone needed to be locked in. Right now every loop is implemented in terms of a structure that will handle the most complicated {min, max} loop. Though only *-loops are tested at the moment. In a future iteration *-loops will likely be optimized a little more. The only tests are for basic posix so far, but I have prototype code running for extended posix and ecma. The prototype code lacks the complicating properties of the real <regex> requirements though.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@107803 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-07-07 19:14:52 +00:00 |
|
Howard Hinnant
|
0dca5fc7ad
|
First test for marked subexpressions
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@107317 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-06-30 20:30:19 +00:00 |
|
Howard Hinnant
|
9b80f2b044
|
First, very primitive, search results on one engine
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@107294 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-06-30 17:22:19 +00:00 |
|
Howard Hinnant
|
7e9d84b746
|
two steps forward, one step back...
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@107230 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-06-30 00:21:42 +00:00 |
|
Howard Hinnant
|
cd85b9ee13
|
[re.submatch]
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@107187 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-06-29 18:37:43 +00:00 |
|
Howard Hinnant
|
0de86b6338
|
regex: learning to crawl
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@106882 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-06-25 20:56:08 +00:00 |
|
Howard Hinnant
|
8c2c18d57c
|
Continuing to work through regex, and updated libcxx_by_chapter.pdf with weekly test results
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@106790 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-06-24 21:28:00 +00:00 |
|
Howard Hinnant
|
f409d2f2fc
|
Finished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with <regex>.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@106478 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-06-21 21:01:43 +00:00 |
|
Howard Hinnant
|
3257c9853f
|
Just getting our toes wet on <regex>
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@106187 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-06-17 00:34:59 +00:00 |
|