parsec-free VS parsers

Compare parsec-free vs parsers and see what are their differences.

parsers

Specify helps you unify your brand identity by collecting, storing and distributing design tokens and assets — automatically. (by Specifyapp)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
parsec-free parsers
0 10
22 101
- 1.0%
3.4 6.8
6 months ago 3 months ago
Haskell TypeScript
MIT License GNU General Public License v3.0 or later
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.

parsec-free

Posts with mentions or reviews of parsec-free. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning parsec-free yet.
Tracking mentions began in Dec 2020.

parsers

Posts with mentions or reviews of parsers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-17.
  • How can one create this type of animation? Especially with react js
    2 projects | /r/webdev | 17 May 2023
  • kickstartDS is Open Source now. Let’s start to democratize Design Systems today
    2 projects | dev.to | 15 Nov 2022
    Today quite some companies are already tackling similar problems. Talking of Knapsack.cloud, Backlight.dev, Specify, Supernova and many more, here. They all deliver value to simplify workflows for setup, integration, documentation and management of Design Systems. This is all super helpful in spreading the love about Design Systems to teams out there, and is a huge benefit to the process side of things. But you usually still need to create or import all of your components, which means that you still have some hard work before to you yourself, before finally benefitting from these tools. There’s also a lot (knowledge and work) going into the setup of a Design System (semantic tokens, hardened components, etc) that’s not solved by those tools, yet.
  • Specify VS Style Dictionary
    2 projects | dev.to | 25 Oct 2022
    By default Specify returns design data in JSON but thanks its open source parsers you can transform your design data in any formats. I repeat, in any formats.
  • Experimenting with Shape Up
    2 projects | dev.to | 15 Sep 2022
    At Specify, We started experimenting with the Shape Up methodology a few weeks ago to define focused projects, address unknowns, and increase collaboration and engagement within the team. So, I started to learn more about how other teams implemented it, too.
  • From Figma to React Native using Specify
    4 projects | dev.to | 11 Mar 2022
    For each rule we can use a different filter, such that the rule only applies to certain types of design tokens. Next to filters, we can also use parsers, which will manipulate the raw design tokens (which are in JSON format) and output a format that suits the programming language and platform more. Parsers behave like a pipeline, where each parser receives the input of the previous one. There are a lot of parsers to choose from, some perform very low level transformations such as round-number and camelcasify, but also full-blown parsers to a single technology such as to-tailwind and to-react-native.

What are some alternatives?

When comparing parsec-free and parsers you can also consider the following projects:

parsec - A monadic parser combinator library

parsec-parsers - Orphan instances so you can use `parsers` with `parsec`.

parsec-numeric

design-tokens - 🎨 Figma plugin to export design tokens to json in an amazon style dictionary compatible format.

parser-combinators - Lightweight package providing commonly useful parser combinators

uulib - The UUlib libraries

hs-logo

Earley - Parsing all context-free grammars using Earley's algorithm in Haskell.

descriptive

unparse-attoparsec - An attoparsec roundtrip

parsec-permutation

yoctoparsec - A truly tiny monadic parsing library