Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

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 14,654 public repositories matching this topic...

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

    • UpdatedSep 29, 2025
    • Python

    A markdown parser and compiler. Built for speed.

    • UpdatedOct 7, 2025
    • JavaScript

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

    • UpdatedOct 7, 2025
    • TypeScript
    postcss

    Transforming styles with JS plugins

    • UpdatedSep 15, 2025
    • TypeScript

    An incremental parsing system for programming tools

    • UpdatedOct 7, 2025
    • Rust
    vector

    A high-performance observability data pipeline.

    • UpdatedOct 7, 2025
    • Rust

    A PHP parser written in PHP

    • UpdatedSep 8, 2025
    • PHP
    oxc

    ⚓ A collection of JavaScript tools written in Rust.

    • UpdatedOct 8, 2025
    • Rust

    Better Markdown Parser in PHP

    • UpdatedAug 31, 2025
    • PHP

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

    • UpdatedMay 27, 2024
    • Go
    jsoup

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

    • UpdatedOct 7, 2025
    • Java

    Repository for the book "Crafting Interpreters"

    • UpdatedAug 7, 2024
    • HTML

    Rust parser combinator framework

    • UpdatedAug 26, 2025
    • Rust

    🗜 JavaScript parser, mangler and compressor toolkit for ES6+

    • UpdatedSep 25, 2025
    • JavaScript

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

    • UpdatedOct 7, 2025
    • Go

    Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.

    • UpdatedSep 22, 2025
    • Go

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

    • UpdatedSep 30, 2025
    • Python
    lightningcss

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

    • UpdatedSep 30, 2025
    • Rust
    Followers
    130 followers
    Website
    github.com/topics/parser

    [8]ページ先頭

    ©2009-2025 Movatter.jp