packages feed

derp 0.1.2 → 0.1.3

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

derp.cabal view
@@ -1,8 +1,8 @@ Name:                derp-Version:             0.1.2+Version:             0.1.3 Description:         A parser based on derivatives of parser combinators (Might                      and Darais).  Our paper on Arxiv details the theory of-                     parsing with derivatives: http://arxiv.org/abs/1010.5023.+                     parsing with derivatives: <http://arxiv.org/abs/1010.5023>.                      This implementation uses my latest work on the theory that                      brings the O(n*|G|^2) complexity bound to O(n) for parsing                      most not-painfully-ambiguous grammars.  (|G| would be the