Parser Building Toolkit for JavaScript
chevrotain/chevrotain की मुख्य विशेषताएं हैं: Parsing Utilities।
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).
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.
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
Extract a value from a buffer of json without parsing the whole thing
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)