| [no comment] |
|
More...
|
almost 15 years ago
|
| debugged code |
|
More...
|
about 15 years ago
|
| first attempt to find reference start, seems to work! |
|
More...
|
about 15 years ago
|
| started adding code for backreferences |
|
More...
|
about 15 years ago
|
| added code to generate cpp source code that implements the regex |
|
More...
|
about 15 years ago
|
| fixed export of regex to c |
|
More...
|
about 15 years ago
|
| c code generation seems to work |
|
More...
|
over 15 years ago
|
| fixed c code generation |
|
More...
|
over 15 years ago
|
| added code to generate c code to implement regex |
|
More...
|
over 15 years ago
|
| added support for . wildcard operator. Current the any (.) operator works only for ascii characters. |
|
More...
|
over 15 years ago
|
| fixed bug with tree traversal |
|
More...
|
over 15 years ago
|
| calculate full dfa |
|
More...
|
over 15 years ago
|
| first attempt to autogenerate the full dfa |
|
More...
|
over 15 years ago
|
| using friendly names when generating dot graph |
|
More...
|
over 15 years ago
|
| dfa simulation |
|
More...
|
over 15 years ago
|
| working dfa simulation |
|
More...
|
over 15 years ago
|
| fixed bug with state merging durring dfa generation |
|
More...
|
over 15 years ago
|
| added rendering of dfa using dot to assist debugging |
|
More...
|
over 15 years ago
|
| added rendering of dfa using dot to assist debugging |
|
More...
|
over 15 years ago
|
| fixed bug |
|
More...
|
over 15 years ago
|
| fixed bug with match |
|
More...
|
over 15 years ago
|
| build with optimizations |
|
More...
|
over 15 years ago
|
| fixed caching bug, sorting alogrithm bug |
|
More...
|
over 15 years ago
|
| dfa caching implementation seems to be working. need to beta test and check for memory leaks |
|
More...
|
over 15 years ago
|
| started dfa implementation |
|
More...
|
over 15 years ago
|
| started dfa implementation |
|
More...
|
over 15 years ago
|
| created generalized nfa::step method to use from dfa |
|
More...
|
over 15 years ago
|
| started dfa implementation |
|
More...
|
over 15 years ago
|
| started dfa implementation |
|
More...
|
over 15 years ago
|
| Dfa match algorithm stubs |
|
More...
|
over 15 years ago
|