Here are
319 public repositories
matching this topic...
Rust parser combinator framework
Updated
Sep 28, 2020
Rust
Python library for creating PEG parsers
Updated
Sep 27, 2020
Python
A parser combinator library for Rust
Updated
Sep 11, 2020
Rust
A tool for structural code search and replace that supports ~every language.
Updated
Oct 2, 2020
OCaml
Yay is a high level PHP preprocessor
C#'s fastest parser combinator library
Parser combinators built for speed and memory efficiency
Updated
Oct 1, 2020
OCaml
PEG parser combinators using operator overloading without macros.
Updated
Sep 17, 2020
Rust
✨ Zero Dependency Parser Combinator Library for JS Based on Haskell's Parsec
Updated
Aug 20, 2020
JavaScript
Recursive descent parsing library for Python based on functional combinators
Updated
Jun 13, 2020
Python
Create models from a JSON file, even a Baby can do it.
Updated
Jan 8, 2019
Swift
Type safe url pattern matching without regular expressions and arguments type mismatches based on parser combinators.
Updated
Feb 20, 2020
Swift
Parsica - PHP Parser Combinators - The easiest way to build robust parsers.
Parser combinator in Go. If there are any cross platform issues or backward compatibility issues, please reach out.
A parser combinator library written in the Swift programming language.
Updated
May 5, 2020
Swift
A parser combinator library for Elixir projects
Updated
Jun 4, 2020
Elixir
A Scala implementation of parsing with derivatives
Updated
Jan 1, 2020
Scala
A universal Python parser combinator library inspired by Parsec library of Haskell.
Updated
Aug 13, 2019
Python
JavaScript parser-combinator library
Updated
Sep 4, 2020
TypeScript
A concise and readable language for Firestore security rules, similar to Firebase Bolt.
Updated
Sep 2, 2020
Haskell
A clean, efficient parser combinator
Updated
Feb 25, 2020
Rust
Self-contained monadic parser combinators for OCaml
Updated
Apr 4, 2020
OCaml
JavaScript practical parser generator library using combinators
Updated
Sep 5, 2020
JavaScript
A parser combinator library for Emacs Lisp, similar to Haskell's Parsec library.
Updated
Jul 30, 2018
Emacs Lisp
🔦 [Deprecated] Transpile Kotlin codes into Dart, Make Flutter Great Again
Updated
Sep 29, 2017
Haskell
String parser combinators for TypeScript
Updated
Sep 26, 2020
TypeScript
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.