SwiftParsec icon indicating copy to clipboard operation
SwiftParsec copied to clipboard

A parser combinator library written in the Swift programming language.

Results 1 SwiftParsec issues
Sort by recently updated
recently updated
newest added

Hi! I love this library. I want to use this to parse byte sequence [UInt8]. How can I extend? I tried to extends like: ``` extension Parsec where StreamType.Iterator.Element ==...