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