mexdown VS RawParser

Compare mexdown vs RawParser and see what are their differences.

mexdown

A lightweight integrating markup language (by smasher164)

RawParser

Showing how a grammar driven parser can be implemented (by FransFaase)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
mexdown RawParser
2 3
13 8
- -
10.0 0.0
about 4 years ago almost 2 years ago
Go C
MIT License 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.

mexdown

Posts with mentions or reviews of mexdown. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-14.

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.

What are some alternatives?

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

Mermaid - Edit, preview and share mermaid charts/diagrams. New implementation of the live editor.

clerk - ⚡️ Moldable Live Programming for Clojure

aasvg - Turn ASCII art into SVG

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

markup - Determines which markup library to use to render a content file (e.g. README) on GitHub

jweb - The JWEB system of Literate Programming

asciitosvg - Create beautiful SVG renderings of ASCII diagrams.