Swiftpack.co - fcanas/FFCParserCombinator as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by fcanas.
fcanas/FFCParserCombinator 1.0.2
Parser Combinator types and functions in Swift
⭐️ 0
🕓 3 years ago
.package(url: "https://github.com/fcanas/FFCParserCombinator.git", from: "1.0.2")

Parser Combinator

Parser Combinator types and functions in Swift.

GitHub

link
Stars: 0
Last commit: 3 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

2 years ago
  • Fixes a bug in the built in Double parser
    • Previously the fractional portion of floating point numbers was parsed as a UInt. Unfortunately that mean floating point numbers whose fractional part had leading zeros were being incorrectly parsed. For example, 1.001 was incorrectly parsed as 1.1. This change switches the parsing of the fractional part of a floating point number to be intermediated by a string.
  • Exposes backtracking
    • This shouldn't be strictly necessary, but it may simplify some parsers a little.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics