parser VS parser-combinators

Compare parser vs parser-combinators and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
parser parser-combinators
4 1
5 6
- -
6.6 3.4
17 days ago about 1 year ago
TypeScript TypeScript
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

parser

Posts with mentions or reviews of parser. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-04.
  • Ramda: A practical functional library for JavaScript programmers
    7 projects | news.ycombinator.com | 4 Aug 2023
    I find straight forward, dedicated combinators much more readable and practical to use ie. for iterables (context where it makes a lot of sense) [0] example [1], runtime assertions (through refutations, which are much faster than combinators over assertions) [2], parser combinators for smallish grammars [3] etc.

    In many cases vanilla/imperative js is more readable and terse, no need to bring functional fanaticism everywhere, just in places where it gives true benefits and in form that can be understood by peers.

    Functional code can be beautiful and can also be unreadable/undebugable. Same with imperative code. It's great in js/ts you can pick approach where the problem is expressed more naturally and mix it at will.

    [0] https://github.com/preludejs/generator

    [1] https://observablehq.com/@mirek/project-euler

    [2] https://github.com/preludejs/refute

    [3] https://github.com/preludejs/parser

  • Parsing Text with Nom
    4 projects | news.ycombinator.com | 12 Jan 2022
    Parser combinators are great, we're using parser combinators in production, they are great ie. for typescript [0].

    [0] https://github.com/preludejs/parser

  • Parser Combinators in Haskell
    10 projects | news.ycombinator.com | 22 Dec 2021
  • Casual Parsing in JavaScript
    5 projects | news.ycombinator.com | 19 Aug 2021

parser-combinators

Posts with mentions or reviews of parser-combinators. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-19.
  • Casual Parsing in JavaScript
    5 projects | news.ycombinator.com | 19 Aug 2021
    Parser combinators [0] are great for quick parsing, usage from typescript is very neat. You can collapse tokenisation, parsing and some evaluation for simple grammars (they appear in production from time to time) into single parser combinator phase (there’s nothing else) where you get desired, typed result.

    [0] https://github.com/appliedblockchain/parser-combinators

What are some alternatives?

When comparing parser and parser-combinators you can also consider the following projects:

instaparse

pyparsing - Python library for creating PEG parsers

three-pass-compiler - Solution to the Three Pass Compiler kata on CodeWars, parsing and manipulating a very simple AST

assert-combinators - Functional assertion combinators.

yieldparser - Parse using JavaScript generator functions — it’s like components but for parsing!

umbrella - ⛱ Broadly scoped ecosystem & mono-repository of 192 TypeScript projects (and 157 examples) for general purpose, functional, data driven development

angstrom - Parser combinators built for speed and memory efficiency

httpaf - A high performance, memory efficient, and scalable web server written in OCaml

ocaml-h2 - An HTTP/2 implementation written in pure OCaml

retro-httpaf-bench - Benchmarking environment for http servers