469 skills found · Page 1 of 16
rust-bakery / NomRust parser combinator framework
orangeduck / MpcA Parser Combinator library for C
Marwes / CombineA parser combinator library for Rust
jneen / ParsimmonA monadic LL(infinity) parser combinator library for javascript
mrkkrp / MegaparsecIndustrial-strength monadic parser combinator library
haskell / ParsecA monadic parser combinator library
dashbitco / Nimble ParsecA simple and fast library for text-based parser combinators
inhabitedtype / AngstromParser combinators built for speed and memory efficiency
scala / Scala Parser Combinatorssimple combinator-based parsing for Scala. formerly part of the Scala standard library, now a separate community-maintained module
Hejsil / MechaA parser combinator library for Zig
francisrstokes / Arcsecond✨Zero Dependency Parser Combinator Library for JS Based on Haskell's Parsec
stephan-tolksdorf / FparsecA parser combinator library for F#
J-F-Liu / PomPEG parser combinators using operator overloading without macros.
petitparser / Dart PetitparserDynamic parser combinators in Dart.
howerj / DbccCAN DBC to C (and CSV, JSON and XML) compiler using the mpc parser combinator library
h0tk3y / Better ParseA nice parser combinator library for Kotlin
python-parsy / ParsyEasy and elegant parser combinators for Python. With awesome docs.
parsica-php / ParsicaParsica - PHP Parser Combinators - The easiest way to build robust parsers.
microsoft / Ts ParsecWriting a custom parser is a fairly common need. Although there are already parser combinators in others languages, TypeScript provides a powerful and well-structured foundation for building this. Common parser combinators’ weakness are error handling and ambiguity resolving, but these are ts-parsec’s important features. Additionally, ts-parsec provides a very easy to use programming interface, that could help people to build programming-language-scale parsers in just a few hours. This technology has already been used in Microsoft/react-native-tscodegen.
vlasovskikh / FuncparserlibRecursive descent parsing library for Python based on functional combinators