Thoughts on lex/GNU Flex?

This page summarizes the projects mentioned and recommended in the original post on /r/suckless

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
  • re2c

    Lexer generator for C, C++, Go and Rust.

  • Another quite common lexer generator to check is re2c.

  • cmark

    CommonMark parsing and rendering library and program in C

  • However, writing a proper markdown parser is quite difficult as you have to support nesting and many weird corner cases. So, if you do not need to write your own parser (e.g. for learning purposes), it would be a lot easier to use an existing parser and write a custom renderer for roff. Some such parsers are cmark, commonmark.js, and goldmark.

  • 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.

    InfluxDB logo
  • lowdown

    simple markdown translator

  • As somebody noted, lowdown outputs roff both as a library and a standalone utility. (I'm the author.) The actual roff bits (it handles -ms and -man, with the former optionally using -mspdf and the latter, groff extensions) are in nroff.c.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • License Notice wanted as GPLv3 but ISC in use

    1 project | /r/developer | 10 Jul 2021
  • I just found out about this markdown notes app for GNOME that looks gorgeous and wanted to share

    2 projects | /r/gnome | 20 Apr 2022
  • Org Mode Is One of the Most Reasonable Markup Languages to Use for Text

    1 project | news.ycombinator.com | 18 Nov 2021
  • gh-md-to-html: Convert GitHub-flavored markdown to GitHub-readme-like styled html and pdf, with host-ready GitHub-inspired image caching and compression

    1 project | /r/Markdown | 5 Mar 2021
  • mdconv - a lightweight CLI markdown converter written in Go

    1 project | /r/SideProject | 16 Feb 2021