lightyear
Parser library
A parser combinator library for Idris that allows backtracking by default and provides various combinators for building parsers.
Parser combinators for Idris
240 stars
14 watching
43 forks
Language: Idris
last commit: almost 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A parser combinator library for the Zig programming language | 493 |
| A Swift library for creating parsers from simple components using combinator logic | 226 |
| A F# wrapper around the Parsimmon parser combinator library | 21 |
| A lightweight and fast parsing library for C#. | 931 |
| A Rust library implementing parser combinators for building efficient and flexible parsers | 1,307 |
| A C++ library for building efficient and maintainable parsers with flexible composition and runtime polymorphism. | 97 |
| A library for writing parsers and pretty printers for LL(1) languages in Scala using a novel parsing algorithm. | 57 |
| A parser combinator library designed to be industrial-strength and easy to use | 850 |
| A Java parser combinator library supporting grammar and parsing functionality. | 125 |
| A Scala-based library for writing fast parsers using parser combinators. | 1,098 |
| A parser library for F# and C# | 95 |
| A parser combinator library for Scala | 656 |
| A monadic parser combinator library for C# | 61 |
| A language demo project showcasing fault-tolerant parsing techniques for a simple language with a Lisp-like syntax. | 0 |
| A parsing library inspired by Haskell's Parsec and F#'s FParsec. | 61 |