0
I Use This!
Inactive

Commits : Listings

Analyzed 6 days ago. based on code collected 6 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Give in to the insanity, and rename the licence file to LICENSE, in line with Paket defaults, and the prevailing (wrong) spelling hegemony.
FrankShearar
as Frank Shearar
More... over 8 years ago
Merge branch 'fix-travis'
FrankShearar
as Frank Shearar
More... almost 9 years ago
Update Travis build definitions.
FrankShearar
as Frank Shearar
More... almost 9 years ago
x and xs aren't very descriptive names.
FrankShearar
as Frank Shearar
More... almost 9 years ago
Merge pull request #9 from frankshearar/simplify-compact
FrankShearar
as Frank Shearar
More... about 10 years ago
Remove debug logging.
FrankShearar
as Frank Shearar
More... about 10 years ago
Don't name that which is unused.
FrankShearar
as Frank Shearar
More... about 10 years ago
Separate compaction's function application from recursion. Redefine the top level compact function as the application of this compactFn over a parser.
FrankShearar
as Frank Shearar
More... about 10 years ago
Possible we can make d, dP more like functions applied by map, and separate out their commonality (to highlight their sole difference...?
FrankShearar
as Frank Shearar
More... about 10 years ago
Move the two derivative functions next to each other. Easier to tell the difference between the two.
FrankShearar
as Frank Shearar
More... about 10 years ago
Simplify postfixWalk/compact.
FrankShearar
as Frank Shearar
More... about 10 years ago
Merge pull request #8 from frankshearar/gen-2
FrankShearar
as Frank Shearar
More... over 10 years ago
Using a List speeds up generation about 80-fold. Kill the old implementation completely.
FrankShearar
as Frank Shearar
More... over 10 years ago
Line endings for string literals seem to vary depending on platform. Let's try be very specific about line endings.
FrankShearar
as Frank Shearar
More... over 10 years ago
Remove the ridiculous double fold. Ignore the test because it's a) open ended and b) causes stack overflows in CI (because of generated data, not bugs).
FrankShearar
as Frank Shearar
More... over 10 years ago
Oops: this is a regular parser, not a context free parser.
FrankShearar
as Frank Shearar
More... over 10 years ago
Push start/final state tracking into NFA<'a>.
FrankShearar
as Frank Shearar
More... over 10 years ago
Checkpoint
FrankShearar
as Frank Shearar
More... over 10 years ago
Gracefully handle complicated parsers that are, when compacted, Empty/Eps/Eps', when transforming to NFA.
FrankShearar
as Frank Shearar
More... over 10 years ago
With the paths in reverse order, we no longer need to explicitly remember the focus/current node.
FrankShearar
as Frank Shearar
More... over 10 years ago
Generate strings by converting a Parser to an NFA, and then enumerating the paths through the NFA with a breadth-first search.
FrankShearar
as Frank Shearar
More... over 10 years ago
The Power Tools don't like me declaring x (as alias to this) without using it. __ keeps it quiet.
FrankShearar
as Frank Shearar
More... over 10 years ago
Record a possible bug in the original paper.
FrankShearar
as Frank Shearar
More... over 10 years ago
Removing the type means the compiler can inline. Finally get a recursive definition working.
FrankShearar
as Frank Shearar
More... over 10 years ago
Interim commit. Doesn't compile.
FrankShearar
as Frank Shearar
More... over 10 years ago
Obey the Power Tools' suggestion that we use _ for unused declarations.
FrankShearar
as Frank Shearar
More... over 10 years ago
Now we can create NuGet packages from the build script.
FrankShearar
as Frank Shearar
More... over 11 years ago
MatchString didn't buy us much.
FrankShearar
as Frank Shearar
More... over 11 years ago
The Fred project does not depend on anything other than standard CLR libs.
FrankShearar
as Frank Shearar
More... over 11 years ago
compact works, and we use it in resumableFind, so let's use it in matches too.
FrankShearar
as Frank Shearar
More... over 11 years ago