FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

parser · GitHub Topics · GitHub

#

Parser

A parser turns its input (often text in form of a file) into a more advantageous representation (usually a certain data structure in memory) to perform a specific task.

Common examples include:

  • parsers for markup languages (e.g. HTML/Markdown etc)
  • parsers for data-serialization formats (e.g. JSON/XML/YAML etc)
  • parsers used as part of/in conjunction with a compiler (in this case, the parser consumes the tokenized input emitted by the Lexer and ultimately feeds the resulting parse tree/concrete syntax tree into the compiler)
  • Here are 17,558 public repositories matching this topic...

    Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.

    • Updated Aug 19, 2026
    • Python

    A markdown parser and compiler. Built for speed.

    • Updated Aug 18, 2026
    • JavaScript

    The fast, flexible, and elegant library for parsing and manipulating HTML and XML.

    • Updated Aug 20, 2026
    • TypeScript

    Transforming styles with JS plugins

    • Updated Aug 19, 2026
    • TypeScript

    An incremental parsing system for programming tools

    • Updated Aug 20, 2026
    • Rust

    ⚓ A collection of high-performance JavaScript tools.

    • Updated Aug 20, 2026
    • Rust

    A PHP parser written in PHP

    • Updated Jul 11, 2026
    • PHP

    Better Markdown Parser in PHP

    • Updated Feb 18, 2026
    • PHP

    A high-performance 100% compatible drop-in replacement of "encoding/json"

    • Updated May 27, 2024
    • Go

    jsoup: the Java HTML parser, built for HTML editing, cleaning, scraping, and XSS safety.

    • Updated Aug 20, 2026
    • Java

    Repository for the book "Crafting Interpreters"

    • Updated Aug 7, 2024
    • HTML

    Rust parser combinator framework

    • Updated Aug 26, 2025
    • Rust

    🗜 JavaScript parser, mangler and compressor toolkit for ES6+

    • Updated Aug 14, 2026
    • JavaScript

    The official repo for “Dolphin: Document Image Parsing via Heterogeneous Anchor Prompting”, ACL, 2025.

    • Updated Mar 25, 2026
    • Python

    A shell parser, formatter, and interpreter with bash and zsh support; includes shfmt

    • Updated Aug 17, 2026
    • Go

    Unified querying, transformation, and modification of JSON, TOML, YAML, XML, INI, HCL, KDL and CSV.

    • Updated Aug 16, 2026
    • Go

    An extremely fast CSS parser, transformer, bundler, and minifier written in Rust.

    • Updated Aug 9, 2026
    • Rust

    Boa is an embeddable Javascript engine written in Rust.

    • Updated Aug 15, 2026
    • Rust
    Followers
    155 followers
    Website
    github.com/topics/parser

    Back | FazBrowse Home | New Git URL