awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Chevrotain avatar

Chevrotain/chevrotain

0
View on GitHub↗
2,780 星标·220 分支·TypeScript·Apache-2.0·7 次浏览chevrotain.io↗

Chevrotain

Parser Building Toolkit for JavaScript

Features

  • Parsing Utilities - Toolkit for building fast parsers.

Star 历史

chevrotain/chevrotain 的 Star 历史图表chevrotain/chevrotain 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Chevrotain 的开源替代方案

相似的开源项目,按与 Chevrotain 的功能重合度排序。
  • dtjohnson/xlsx-populatedtjohnson 的头像

    dtjohnson/xlsx-populate

    999在 GitHub 上查看↗

    Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, encryption, and a focus on keeping existing workbook features and styles in tact.

    JavaScript
    在 GitHub 上查看↗999
  • inikulin/parse5inikulin 的头像

    inikulin/parse5

    3,903在 GitHub 上查看↗

    parse5 is a WHATWG HTML parser and serializer for Node.js. It transforms HTML strings into a document object model and converts those trees back into valid HTML strings, following the logic defined by the HTML Living Standard. The project functions as a streaming HTML processor, using incremental parsing to handle large documents in chunks. It includes an HTML5 compliant tokenizer that uses a state-machine approach to break input into tokens according to official web specifications. The toolset covers HTML document parsing, serialization, and real-time rewriting via streams. These capabiliti

    TypeScript
    在 GitHub 上查看↗3,903
  • juliangruber/binary-extractjuliangruber 的头像

    juliangruber/binary-extract

    154在 GitHub 上查看↗

    Extract a value from a buffer of json without parsing the whole thing

    JavaScript
    在 GitHub 上查看↗154
  • dominictarr/jsonstreamdominictarr 的头像

    dominictarr/JSONStream

    1,932在 GitHub 上查看↗

    rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)

    JavaScript
    在 GitHub 上查看↗1,932
查看 Chevrotain 的所有 23 个替代方案→

常见问题解答

chevrotain/chevrotain 是做什么的?

Parser Building Toolkit for JavaScript

chevrotain/chevrotain 的主要功能有哪些?

chevrotain/chevrotain 的主要功能包括:Parsing Utilities。

chevrotain/chevrotain 有哪些开源替代品?

chevrotain/chevrotain 的开源替代品包括: dtjohnson/xlsx-populate — Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining,… inikulin/parse5 — parse5 is a WHATWG HTML parser and serializer for Node.js. It transforms HTML strings into a document object model and… juliangruber/binary-extract — Extract a value from a buffer of json without parsing the whole thing. kach/nearley — Nearley is a JavaScript parser toolkit and context-free grammar compiler. It functions as an Earley parser generator… leonidas-from-xiv/node-xml2js — This project is a Node.js library for bidirectional conversion between XML strings and JavaScript objects. It… dominictarr/jsonstream — rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects).