SwiftParsec
Parser library
A Swift library for creating parsers from simple components using combinator logic
A parser combinator library written in the Swift programming language.
226 stars
9 watching
30 forks
Language: Swift
last commit: over 2 years ago
Linked from 1 awesome list
functionalparserparser-combinatorsswift
Related projects:
Repository | Description | Stars |
---|---|---|
| A parser combinator library designed to be industrial-strength and easy to use | 850 |
| A lightweight and efficient library for building text-based parsers using composable combinators | 820 |
| A parser combinator library for F# | 532 |
| A pure Swift implementation of a graph data structure with algorithms and utility functions | 759 |
| A lightweight and fast parsing library for C#. | 931 |
| A parsing library inspired by Haskell's Parsec and F#'s FParsec. | 61 |
| A Scala-based library for writing fast parsers using parser combinators. | 1,098 |
| A parser combinator library for Scala | 656 |
| A monadic parser combinator library for C# | 61 |
| A fast parser combinator library for efficient text parsing in network protocols and file formats | 513 |
| A Rust library implementing parser combinators for building efficient and flexible parsers | 1,307 |
| A Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style. | 68 |
| A library for writing parsers and pretty printers for LL(1) languages in Scala using a novel parsing algorithm. | 57 |
| A library that parses strings using a specification based on the Python format() syntax | 1,732 |
| An extensible parser combinator library for F# that supports type-and-source-polymorphic parsing and non-linear navigation of complex data structures. | 50 |