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
#

parse

A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.

Here are 1,816 public repositories matching this topic...

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.

  • UpdatedJun 26, 2025
  • Java

Rust parser combinator framework

  • UpdatedFeb 8, 2025
  • Rust
qs

A querystring parser and serializer with nesting support

  • UpdatedJun 24, 2025
  • JavaScript

Parse and stringify URL query strings

  • UpdatedJul 3, 2025
  • JavaScript

Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Usehttps://github.com/breakdance/breakdance for HTML-to-markdown conversion. Usehttps://github.com/jonschlinkert/markdown-toc to generate a table of contents.

  • UpdatedMay 17, 2024
  • JavaScript

Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.

  • UpdatedJul 13, 2025
  • Python

SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS)

  • UpdatedJul 12, 2025
  • Swift

Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, vuejs vitepress, TinaCMS, Shopify Polaris, Ant Design, Astro, hashicorp, garden, slidev, saber, sourcegraph, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOM…

  • UpdatedJun 14, 2025
  • JavaScript

Html Agility Pack (HAP) is a free and open-source HTML parser written in C# to read/write DOM and supports plain XPATH or XSLT. It is a .NET code library that allows you to parse "out of the web" HTML files.

  • UpdatedMay 31, 2025
  • C#
metascraper

Get unified metadata from websites using Open Graph, Microdata, RDFa, Twitter Cards, JSON-LD, HTML, and more.

  • UpdatedJun 28, 2025
  • HTML

Blazing fast and Comprehensive CSV Parser for Node.JS / Browser / Command Line.

  • UpdatedJul 18, 2023
  • TypeScript

small, safe, and great commonmark (optionally gfm, mdx) compliant markdown parser

  • UpdatedMay 10, 2025
  • JavaScript

The Android SDK for Parse Platform

  • UpdatedMar 30, 2025
  • Java

Tika-Python is a Python binding to the Apache Tika™ REST services allowing Tika to be called natively in the Python community.

  • UpdatedApr 14, 2025
  • Python

The JavaScript SDK for Parse Platform

  • UpdatedJul 17, 2025
  • JavaScript

CommonMark compliant markdown parser in Rust with ASTs and extensions

  • UpdatedApr 23, 2025
  • Rust

Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization

  • UpdatedJul 16, 2025
  • Rust

一款UI自动生成代码插件,提供UI自动生成代码全流程解决方案。

  • UpdatedMay 12, 2023
  • TypeScript

[8]ページ先頭

©2009-2025 Movatter.jp