Universal feed parser - RSS1/2, Atom, JSON, HTML
Streaming, source-agnostic EventSource/Server-Sent Events parser
socket.io protocol parser
A lightweight RSS parser, for Node and the browser
A function to parse floating point hexadecimal strings as defined by the WebAssembly specification
m3u8 parser
svg path parser
Generic JSDoc-like comment parser
small commonmark compliant markdown parser with positional info and concrete tokens
A JavaScript parser built from the Hermes engine
A pure JS HTTP parser for node.
Parser adapter for parsing YAML documents into OpenAPI 3.0.x namespace.
Fast, all‑in‑one feed parser and generator for RSS, Atom, RDF, and JSON Feed, with support for Podcast, iTunes, Dublin Core, and OPML files.
Parser adapter for parsing JSON documents into OpenAPI 3.0.x namespace.
Manipulate SVG path data (path[d] attribute content) simply and efficiently.
Binary plist parser.
A well-tested and resilient parser for RSS and Atom feeds
A parser for the TypeScript doc comment syntax
Parser adapter for parsing JSON documents into OpenAPI 3.2.x namespace.
git@github.com:stalniy/ucast.git
Parser adapter for parsing YAML 1.2 documents into OpenAPI 3.2.x namespace.
Mathematical expression evaluator fork with exports map, prototype pollution and code injection security fixes
A utility package to parse strings
A JavaScript parser
Syndication is a parser for RSS and Atom feeds. It uses either REXML or its built-in "tag soup" parser for feed parsing. It supports extensions \ to web feeds including Dublin Core metadata, Apple iTunes podcasts, and extensions from Google and Feedburner. It is written in pure Ruby, and designed to be easy to understand and extend. It is compatible with Ruby 1.8.x and 1.9.x.
Library and CLI-Tool for automatic generation wrappers for C/C++ code using SWIG. This is both a Ruby Gem and a CLI Tool. Feed it with a directory containing the library's header files (the ones you want to wrap) and a CSV File with basic configuration (see usage). EasySwig will generate the corresponding SWIG interface files (.i) in an output directory. EasySwig also offers a facade allowing you to directly call SWIG in order to generate wrappers in the target language. EasySwig relies on the Doxyparser gem (https://github.com/davfuenmayor/ruby-doxygen-parser) which on his part depends on Nokogiri (http://nokogiri.org) and Doxygen (www.doxygen.org). Refer to Doxyparser for more information. For using EasySwig you may also want to install SWIG (http://www.swig.org/). SWIG versions 2.x and 3.x are supported. EasySwig supports currently only C#. There is ongoing work on other languages support.