1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected almost 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[no comment]
Charalampos Serenis
as bobomastoras
More... over 13 years ago
debugged code
Charalampos Serenis
as bobomastoras
More... over 13 years ago
first attempt to find reference start, seems to work!
Charalampos Serenis
as bobomastoras
More... over 13 years ago
started adding code for backreferences
Charalampos Serenis
as bobomastoras
More... over 13 years ago
added code to generate cpp source code that implements the regex
Charalampos Serenis
as bobomastoras
More... over 13 years ago
fixed export of regex to c
Charalampos Serenis
as bobomastoras
More... over 13 years ago
c code generation seems to work
Charalampos Serenis
as bobomastoras
More... over 13 years ago
fixed c code generation
Charalampos Serenis
as bobomastoras
More... over 13 years ago
added code to generate c code to implement regex
Charalampos Serenis
as bobomastoras
More... over 13 years ago
added support for . wildcard operator. Current the any (.) operator works only for ascii characters.
Charalampos Serenis
as bobomastoras
More... over 13 years ago
fixed bug with tree traversal
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
calculate full dfa
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
first attempt to autogenerate the full dfa
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
using friendly names when generating dot graph
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
dfa simulation
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
working dfa simulation
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
fixed bug with state merging durring dfa generation
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
added rendering of dfa using dot to assist debugging
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
added rendering of dfa using dot to assist debugging
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
fixed bug
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
fixed bug with match
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
build with optimizations
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
fixed caching bug, sorting alogrithm bug
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
dfa caching implementation seems to be working. need to beta test and check for memory leaks
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
started dfa implementation
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
started dfa implementation
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
created generalized nfa::step method to use from dfa
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
started dfa implementation
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
started dfa implementation
Charalampos Serenis
as bobomastoras
More... almost 14 years ago
Dfa match algorithm stubs
Charalampos Serenis
as bobomastoras
More... almost 14 years ago