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

    A high-quality tool for convert PDF to Markdown and JSON.一站式开源高质量数据提取工具,将PDF转换成Markdown和JSON格式。

    • UpdatedJul 11, 2025
    • Python

    A markdown parser and compiler. Built for speed.

    • UpdatedJul 7, 2025
    • TypeScript

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

    • UpdatedJul 11, 2025
    • TypeScript
    postcss

    Transforming styles with JS plugins

    • UpdatedJun 16, 2025
    • TypeScript

    An incremental parsing system for programming tools

    • UpdatedJul 12, 2025
    • Rust
    vector

    A high-performance observability data pipeline.

    • UpdatedJul 11, 2025
    • Rust

    A PHP parser written in PHP

    • UpdatedJul 2, 2025
    • PHP
    oxc

    ⚓ A collection of JavaScript tools written in Rust.

    • UpdatedJul 12, 2025
    • Rust

    Better Markdown Parser in PHP

    • UpdatedJun 5, 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.

    • UpdatedJul 11, 2025
    • Java

    Rust parser combinator framework

    • UpdatedFeb 8, 2025
    • Rust

    Repository for the book "Crafting Interpreters"

    • UpdatedAug 7, 2024
    • HTML

    🗜 JavaScript parser, mangler and compressor toolkit for ES6+

    • UpdatedJul 5, 2025
    • JavaScript

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

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

    • UpdatedJul 10, 2025
    • Go
    lightningcss

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

    • UpdatedJul 9, 2025
    • Rust

    ECMAScript parsing infrastructure for multipurpose analysis

    • UpdatedApr 16, 2023
    • TypeScript
    Followers
    124 followers
    Website
    github.com/topics/parser

    [8]ページ先頭

    ©2009-2025 Movatter.jp