C Parsing

Open-source C projects categorized as Parsing

Top 11 C Parsing Projects

  1. acwj

    A Compiler Writing Journey

    Project mention: A Compiler Writing Journey | news.ycombinator.com | 2026-03-24
  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. wuffs

    Wrangling Untrusted File Formats Safely

    Project mention: Rust in Android: move fast and fix things | news.ycombinator.com | 2025-11-13

    > Chromium: Parsers for PNG, JSON, and web fonts have been replaced with memory-safe implementations in Rust, making it easier for Chromium engineers to deal with data from the web

    I find this surprising, isn't Wuffs[1] (also made by Google) an even better fit for this particular use-case? (It has compile-time spatial memory safety, where Rust has compile-time temporal safety but runtime spatial safety, with bound checking).

    Obviously for general-purpose system programming, Rust is a no-brainer and I'm happy to see Google pursuing their rustification of Android.

    [1]: https://github.com/google/wuffs

  4. JSMN

    Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket

  5. Down

    Blazing fast Markdown / CommonMark rendering in Swift, built upon cmark.

  6. json.h

    🗄️ single header json parser for C and C++

  7. owl

    A parser generator for visibly pushdown languages. (by ianh)

  8. libwifi

    An 802.11 (WiFi) Frame Generation and Parsing Library in C

    Project mention: Libwifi: An 802.11 frame parsing and generation library written in C | news.ycombinator.com | 2025-11-15
  9. pega-texto

    Single-file Parsing Expression Grammars (PEG) runtime engine for C

  10. c-http-server

    A lightweight extensible server written in the C language. It borrows heavily from the GO http server, express-style routing and middleware composition. (by oduortoni)

  11. libSATCAT

    Satellite Catalogue (SATCAT) Parser

  12. minishell

    A simplified bash-like shell, with pipes, redirections and variable expansion.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C Parsing discussion

Log in or Post with

C Parsing related posts

Index

What are some of the best open-source Parsing projects in C? This list will help you:

# Project Stars
1 acwj 13,284
2 wuffs 4,786
3 JSMN 4,132
4 Down 2,528
5 json.h 834
6 owl 802
7 libwifi 138
8 pega-texto 18
9 c-http-server 10
10 libSATCAT 8
11 minishell 6

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that C is
the 6th most popular programming language
based on number of references?