COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20220113055150/https://github.com/topics/parser-combinators
Here are
404 public repositories
matching this topic...
Rust parser combinator framework
Parsing Expression Grammar Template Library
Python library for creating PEG parsers
Updated
Jan 2, 2022
Python
A tool for structural code search and replace that supports ~every language.
Updated
Dec 13, 2021
OCaml
A parser combinator library for Rust
Updated
Jan 12, 2022
Rust
A parser library for humans with powerful error recovery.
Updated
Jan 12, 2022
Rust
A lightweight and fast parsing library for C#, developed at Stack Overflow.
Yay is a high level PHP preprocessor
Parser combinators built for speed and memory efficiency
Updated
Sep 21, 2021
OCaml
✨ Zero Dependency Parser Combinator Library for JS Based on Haskell's Parsec
Updated
Oct 2, 2021
TypeScript
PEG parser combinators using operator overloading without macros.
Updated
Dec 19, 2021
Rust
Parsica - PHP Parser Combinators - The easiest way to build robust parsers.
Recursive descent parsing library for Python based on functional combinators
Updated
Dec 26, 2021
Python
Parser combinator in Go. If there are any cross platform issues or backward compatibility issues, please reach out.
Create models from a JSON file, even a Baby can do it.
Updated
Nov 18, 2021
Swift
Type safe url pattern matching without regular expressions and arguments type mismatches based on parser combinators.
Updated
Feb 20, 2020
Swift
A parser combinator library written in the Swift programming language.
Updated
Jul 15, 2021
Swift
A concise and readable language for Firestore security rules, similar to Firebase Bolt.
Updated
Oct 21, 2021
Haskell
A Scala implementation of parsing with derivatives
Updated
Jan 1, 2020
Scala
A parser combinator library for Elixir projects
Updated
Nov 30, 2021
Elixir
JavaScript parser-combinator library
Updated
Aug 11, 2021
TypeScript
A universal Python parser combinator library inspired by Parsec library of Haskell.
Updated
Dec 28, 2021
Python
A parser combinator library for Zig
String parser combinators for TypeScript
Updated
Nov 10, 2021
TypeScript
A clean, efficient parser combinator
Updated
Feb 25, 2020
Rust
Self-contained monadic parser combinators for OCaml
Updated
Sep 19, 2021
OCaml
Improve this page
Add a description, image, and links to the
parser-combinators
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
parser-combinators
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
It would be nice to add the bits of code from chapter 33 of "Programming in Scala" as tests to be sure we don't break compatibility (too much) with the book.