Howard Hinnant
|
3f304fcf54
Tagging 5
|
15 жил өмнө |
Howard Hinnant
|
0a68a4d739
Fix conflict with cstring and using namespace std
|
15 жил өмнө |
Howard Hinnant
|
60a0a8ef24
patch by Jesse Towner, and bug fix by Sebastian Redl
|
15 жил өмнө |
Howard Hinnant
|
45783d2dfd
buildit adjustment
|
15 жил өмнө |
Howard Hinnant
|
3da2d48b03
Let C lib supply stdbool.h
|
15 жил өмнө |
Howard Hinnant
|
d78b315935
Make complex.h play nice with C
|
15 жил өмнө |
Howard Hinnant
|
f3dcca049b
bug fix concerning search not at beginning of string and word boundaries
|
15 жил өмнө |
Howard Hinnant
|
8daa733576
fix bug incrementing past end in search
|
15 жил өмнө |
Howard Hinnant
|
a0d045b787
fix parse bug in ecma non-greedy loop
|
15 жил өмнө |
Howard Hinnant
|
588ea08124
weekly by-chapter summary updated
|
15 жил өмнө |
Howard Hinnant
|
15476f345d
Fixed some bugs in the ecma bracket epression regarding escaped characters, and got the awk grammar going.
|
15 жил өмнө |
Howard Hinnant
|
e9de5ff443
lookahead for ecma
|
15 жил өмнө |
Howard Hinnant
|
856846b66f
grep and egrep grammars
|
15 жил өмнө |
Howard Hinnant
|
ad2a7ab9a9
continued regex development...
|
15 жил өмнө |
Howard Hinnant
|
17615b040d
A good start on ecma regex's. Maybe even feature complete, not sure yet. Also an unrelated fix to is_constructible thanks to Daniel Krugler.
|
15 жил өмнө |
Howard Hinnant
|
ddff70e879
Updated weekly by chapter summary
|
15 жил өмнө |
Howard Hinnant
|
2ade7c27f8
I believe posix extended expr is feature complete. Getting started on ecma exprs.
|
15 жил өмнө |
Howard Hinnant
|
1371b2e56e
A few more tests for posix extended alternation
|
15 жил өмнө |
Howard Hinnant
|
aa69808da9
A good start on extended posix regex. Loops working. Alternation working. Also update by-chapter completeness summary.
|
15 жил өмнө |
Howard Hinnant
|
639a668b4c
Tests for basic posix regex templated on wchar_t
|
15 жил өмнө |
Howard Hinnant
|
22ce0b4a1c
Fixed to work with generalized iterators.
|
15 жил өмнө |
Howard Hinnant
|
68025ed084
Minor optimizations. Minor bug fixes. More tests.
|
15 жил өмнө |
Howard Hinnant
|
173968a5f2
Bracket expressions are working (lightly tested).
|
15 жил өмнө |
Howard Hinnant
|
e34f17d383
regex_constants icase and collate for matching a single char and for matching back references
|
15 жил өмнө |
Howard Hinnant
|
cba352d348
back references for BRE
|
15 жил өмнө |
Howard Hinnant
|
ac30386dfe
Redesign number 3. The previous design was not handling matching of empty strings inside of loops.
|
15 жил өмнө |
Howard Hinnant
|
37f9f9c587
weekly update to by-chapter-summary, plus left and right anchor support in basic posix.
|
15 жил өмнө |
Howard Hinnant
|
e77aa5e7f4
Marked subexpressions in a loop in basic posix working (only lightly tested so far)
|
15 жил өмнө |
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.
|
15 жил өмнө |
Howard Hinnant
|
43b4decac5
Updated chart with weekly test results
|
15 жил өмнө |