RawParser VS zx

Compare RawParser vs zx and see what are their differences.

RawParser

Showing how a grammar driven parser can be implemented (by FransFaase)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
RawParser zx
3 115
8 41,743
- 2.7%
0.0 8.5
almost 2 years ago 9 days ago
C JavaScript
MIT License Apache License 2.0
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.

RawParser

Posts with mentions or reviews of RawParser. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-21.
  • Literate programming is much more than just commenting code
    15 projects | news.ycombinator.com | 21 Mar 2022
    I have started working on a program that can parse Markdown files with fragments of C code and weave those fragments into a C program that can be compiled. For an example input, see https://github.com/FransFaase/RawParser#documentation
  • Show HN: JWEB (a modern implementation of the CWEB Literate Programming system)
    4 projects | news.ycombinator.com | 15 Dec 2021
  • Show HN: Carburetta – C/C++ Fused Scanner and Parser Generator
    1 project | news.ycombinator.com | 9 Apr 2021
    The distinction between a scanner and a parser is somewhat arbitrary. One could use one and the same formalism for it. The scanner usually deals with things that are considered 'atomic' elements in the language, while grammar is used for 'compound' elements consisting of one or more other elements. If there are seen as one and the same, than it naturally flows that the scanner is called from the parser, and not how it is traditionally done, that the scanner acts as a first pass. This seems a logical approach, but in practices, when scanning is context sensitive, requires the implementation of all kinds of hacks. Also, the treatment of keywords (where it is possible that they are case insensitive) it is better to have a grammar for parsing a keyword 'identifier' and a check whether the result matches the keyword. For pure performance this would not be the best solution, but I understand that Carburetta is not design for that. I have been developing a parser that makes no distinction between scanning and parsing in C, which I called RawParser: https://github.com/FransFaase/RawParser . It also offers more powerful grammar constructs and gives examples on how to implement memory management in a uniform way.

zx

Posts with mentions or reviews of zx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-06.

What are some alternatives?

When comparing RawParser and zx you can also consider the following projects:

clerk - ⚡️ Moldable Live Programming for Clojure

shelljs - :shell: Portable Unix shell commands for Node.js

sicmutils - Computer Algebra, Physics and Differential Geometry in Clojure.

execa - Process execution for humans

mexdown - A lightweight integrating markup language

Commander.js - node.js command-line interfaces made easy

TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

oclif - CLI for generating, building, and releasing oclif CLIs. Built by Salesforce.

deno - A modern runtime for JavaScript and TypeScript.

xonsh - :shell: Python-powered, cross-platform, Unix-gazing shell.

Commander - Compose beautiful command line interfaces in Swift

nx - Smart Monorepos · Fast CI