luthor v0.0.1 Release Notes

Release Date: 2014-10-12 // over 9 years ago
    • Text.Luthor.Syntax.scientific: Hexadecimal notation now uses p instead of h. Hopefully this is easier to read. Decimal notation can also use p.
    • Text.Luthor.Syntax.scientific: Now accepts bases 2, 8, 10 and 16, just like the other parsers.
    • Fixed failure-to-backtrack bug in Text.Luthor.Combinators.many etal.
    • Added Text.Luthor.Syntax.ellipsis2 and .ellipsis3.
    • Added Text.Luthor.Syntax.manyChar and .many1Char.
    • Added Text.Luthor.Syntax.hexOctet.
    • Changed Text.Luthor.Syntax.uniIdClass to .uniId, and likewise for .uniIdMinus.