awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google avatar

google/gumbo-parserArchived

0
View on GitHub↗
5,190 نجوم·664 تفرعات·HTML·Apache-2.0·4 مشاهدات

Gumbo Parser

Gumbo-parser هي مكتبة تحليل HTML5 عالية الأداء مكتوبة بلغة C99 نقية. تحول العلامات الخام إلى شجرة مستند منظمة من خلال تنفيذ قواعد تحليل الرموز القائمة على آلة الحالة الرسمية وقواعد استعادة الأخطاء المحددة في مواصفات HTML5.

يعمل المشروع كأداة تعيين مصدر HTML، حيث يربط العقد التي تم تحليلها مرة أخرى بإزاحات البايت الأصلية والمؤشرات داخل المخزن المؤقت للإدخال. يسمح هذا بالتتبع الدقيق لمواقع المصدر للعناصر داخل شجرة التحليل الناتجة.

بعيداً عن معالجة المستندات الكاملة، تتعامل المكتبة مع أجزاء HTML المعزولة وتوفر واجهة وظيفة خارجية قائمة على C لتمكين التكامل وربط اللغة للبيئات الأخرى.

Features

  • HTML5 Parsers - Provides a high-performance parser that strictly adheres to the HTML5 specification for transforming markup into structured trees.
  • Token Offset Mapping - Maps structural nodes to their exact byte offsets within the input buffer to avoid data duplication.
  • Source Text Mapping - Maps elements in the resulting parse tree back to their exact character offsets in the source text.
  • AST-to-Source Mappings - Links parsed nodes in the resulting tree back to their original source code offsets.
  • DOM-to-Source Mappings - Links structural DOM nodes back to their originating source positions using byte offsets and pointers.
  • C99 HTML Parsing - Implements high-performance HTML processing in pure C99 for lightweight and fast integration.
  • Markup State Machines - Employs a deterministic state machine to transform raw character streams into discrete HTML5 tokens.
  • Spec-Driven Recovery - Uses official HTML5 specification rules to recover from malformed markup and ensure a consistent document tree.
  • HTML Parsers - Provides a C99-based engine that converts raw HTML strings into structured trees for programmatic analysis.
  • Source Location Mapping - Maps parsed HTML elements back to their original source locations to track content existence within a file.
  • Parsing Pipelines - Separates the initial tokenization process from the tree construction phase to correctly handle nested elements.
  • In-Memory Tree Hierarchies - Implements the parsed document as a hierarchy of linked nodes using C99 pointers for efficient traversal.
  • HTML Content Processing - Parses isolated HTML snippets into structured data representations without needing a full document.
  • DOM Fragment Parsing - Processes isolated snippets of HTML markup into structured fragments without requiring a full document.
  • أنظمة البناء - A library for parsing HTML5 documents.
  • مكتبات الشبكات - HTML5 parsing library for C99.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

سجل النجوم

مخطط تاريخ النجوم لـ google/gumbo-parserمخطط تاريخ النجوم لـ google/gumbo-parser

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Gumbo Parser

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Gumbo Parser.
  • anglesharp/anglesharpالصورة الرمزية لـ AngleSharp

    AngleSharp/AngleSharp

    5,499عرض على GitHub↗

    AngleSharp is an HTML5 DOM parser and web scraping framework designed to parse HTML5, SVG, and MathML documents into a W3C compliant document object model. It functions as a programmatic HTML generator and a CSS selector engine for querying and locating specific elements within a DOM. The project provides tools for simulating browser environments to automate web interactions, navigate URLs, and submit forms. It includes a dedicated HTML and CSS minifier to reduce the file size of web assets by removing unnecessary characters. The library supports HTML DOM manipulation and the extraction of s

    C#angle-bracketanglesharpc-sharp
    عرض على GitHub↗5,499
  • nanomsg/nanomsgالصورة الرمزية لـ nanomsg

    nanomsg/nanomsg

    6,277عرض على GitHub↗

    nanomsg is a distributed messaging middleware and scalable messaging library designed for moving data between machines and processes. It functions as a socket-based communication framework that routes data across different network transport layers. The library implements scalable messaging patterns, specifically request-reply and publish-subscribe, to handle high volumes of data across distributed systems. It provides tools for network performance benchmarking to quantify messaging throughput and latency. The framework supports distributed message routing and inter-process communication usin

    C
    عرض على GitHub↗6,277
  • awslabs/s2nالصورة الرمزية لـ awslabs

    awslabs/s2n

    4,736عرض على GitHub↗

    s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It provides a modular cryptographic backend interface to encrypt data streams, manage handshakes, and handle mutual authentication between peers. The project focuses on post-quantum cryptography, integrating quantum-resistant key exchange and digital signatures to protect connections against future computing threats. It distinguishes itself through security hardening measures, such as memory-locked secret storage to prevent keys from being swapped to disk and timing-attack mitiga

    C
    عرض على GitHub↗4,736
  • silentbicycle/socket99الصورة الرمزية لـ silentbicycle

    silentbicycle/socket99

    145عرض على GitHub↗

    Wrapper library for the BSD sockets API with a nicer C99 interface

    C
    عرض على GitHub↗145
عرض جميع البدائل الـ 30 لـ Gumbo Parser→

الأسئلة الشائعة

ما هي وظيفة google/gumbo-parser؟

Gumbo-parser هي مكتبة تحليل HTML5 عالية الأداء مكتوبة بلغة C99 نقية. تحول العلامات الخام إلى شجرة مستند منظمة من خلال تنفيذ قواعد تحليل الرموز القائمة على آلة الحالة الرسمية وقواعد استعادة الأخطاء المحددة في مواصفات HTML5.

ما هي الميزات الرئيسية لـ google/gumbo-parser؟

الميزات الرئيسية لـ google/gumbo-parser هي: HTML5 Parsers, Token Offset Mapping, Source Text Mapping, AST-to-Source Mappings, DOM-to-Source Mappings, C99 HTML Parsing, Markup State Machines, Spec-Driven Recovery.

ما هي البدائل مفتوحة المصدر لـ google/gumbo-parser؟

تشمل البدائل مفتوحة المصدر لـ google/gumbo-parser: anglesharp/anglesharp — AngleSharp is an HTML5 DOM parser and web scraping framework designed to parse HTML5, SVG, and MathML documents into a… silentbicycle/socket99 — Wrapper library for the BSD sockets API with a nicer C99 interface. awslabs/s2n — s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It… sinemetu1/twitc. nanomsg/nanomsg — nanomsg is a distributed messaging middleware and scalable messaging library designed for moving data between machines… lunet-io/markdig — Markdig is a high-performance Markdown processor for .NET applications that converts Markdown text into HTML or other…