0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 23 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use a dynamic array implementation, algorithm still kinda sucks.. :( More... over 11 years ago
added a terrible much faster matcher.. parser still leaks like a sieve and this is all wrong. More... over 11 years ago
I guess markup is a fickle beast More... over 11 years ago
how do I grammar.. More... over 11 years ago
added readme More... over 11 years ago
turns out naming variables the same name as types is a bad idea. parser is fixed, parens and alternation work now, seems mostly working albeit slow. need to stop allocating each step. More... over 11 years ago
fixed up the parser, can now process most regular expressions without parens or |, need to fix some more bugs but it's working. More... over 11 years ago
broken parser. working on fragment parsing, fuckin triple pointers how do they work. More... over 11 years ago
started adding a parser. It's kinda broken, but almost sorta works. More... over 11 years ago
renamed sucka, this is now tre More... over 11 years ago
kleene star my ass.. that's just a dot homes. More... over 11 years ago
wow this thing can actually math real regexs now. doesn't parse the syntax, but the thompson's algorithm solver is basically working fine. More... over 11 years ago
added a terrible matcher for stupid simple NFAs, this clearly doesn't work but it can match constant character regexes :/ More... over 11 years ago
initial import of my terrible regex engine More... over 11 years ago