Language tag parser
A utility for parsing text markup
A pure JavaScript id3 tag parser.
Tag parser for Qiita and Kobito
Zero-dependency BCP 47 language tag parser, normalizer and matcher for JavaScript and TypeScript
lezer-based HTML grammar
A tag parser that does not support attributes. Lightweight and fast.
Simple JavaScript Tag Parser
A Drafts 5 template tag parser
A named binary tag parser specifically for Minecraft files, with built-in ZLib de-compression.
Incremental parser
An evented streaming XML parser in JavaScript
Modern, fast React.js JSX parser
HTML to DOM parser.
Fast & forgiving HTML/XML parser
[](https://travis-ci.org/mulesoft-labs/yaml-ast-parser)
Parser for the BCP 47 language tag specification
A type-safe XML-like tag parser and renderer framework for React and React Native
Lightweight tag parser
m3u8 parser
mpd parser
Liquid HTML parser by Shopify
A HTML parser extracted from Angular with some modifications
This is a simple parser for tagged comments.
just parse tags like html
Analyzes PHP docblocks to extract annotations, tags, and documentation comments, aiding tools that rely on inline documentation.
A simple tool and library to parse AEI RFID tags
Instagram - Hashtag Parser
A simple XML language tag parser
Parse liquid tags easily
A simple gem to parse X-Robots-Tag HTTP headers according to Google X-Robots-Tag HTTP header specifications.
Send html-like attributes along with your Liquid tag and parse them to get a hash back
Simple tag parser
Exif tag parser written in pure Ruby
Arguments parser for Jekyll custom tags
An email body reply parser
A feature-rich and complete Ruby implementation of the Named Binary Tag (NBT) format. While it is an integral part of the broader CraftBook API, it is an independent module with no dependencies, and can be used for any purpose where reading/writing/converting the NBT format is required.
==== QDox - http://qdox.codehaus.org QDox is a high speed, small footprint parser for extracting class/interface/method definitions from Java source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools. QDox is a Java library. Therefore this RubyGem needs JRuby. ==== Quickstart Step 1: Load your Java sources. In JRuby (or +jirb+) write: require 'qdox' builder = QDox::JavaDocBuilder.new builder.add_source_tree(java.io.File.new(".") (Source: http://qdox.codehaus.org/usage.html) Step 2: Inspect the source model. src = builder.sources.first pkg = src.package puts pkg.name # e.g. "com.bla.foo" imports = src.imports # => e.g. ["java.util.List", "java.util.Set"] some_class = src.classes.first # => a QDox::Model::JavaClass # output the javadoc comment for the first method in some_class puts some_class.methods.first.comment (Source: http://qdox.codehaus.org/model.html) As you may have noticed, the Java packages used have been aliased to shorter Ruby Module names: The Java package com.thoughtworks.qdox is the Ruby module QDox etc. ==== In a Nutshell A custom built parser has been built using JFlex and BYacc/J. These have been chosen because of their proven performance and they require no external libraries at runtime. The parser skims the source files only looking for things of interest such as class/interface definitions, import statements, JavaDoc and member declarations. The parser ignores things such as actual method implementations to avoid overhead (while in method blocks, curly brace counting suffices). The end result of the parser is a very simple document model containing enough information to be useful. ==== License Apache License, Version 2.0 QDox was created by Joe Walnes, Aslak Hellesoy, Paul Hammant, Mike Williams, Mauro Talevi, Robert Scholte, and others. The RubyGem was created by Benjamin Bock.
A Ruby GEDCOM text file parser and producer, that produces a tree of objects from each of the GEDCOM file types and subtypes. Understands the full GEDCOM 5.5 grammar, and will handle unknown tags hierarchies as a Note class.
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.
History is a HISTORY file parser. It can parse common HISTORY file layouts and provide the contents in a structured model. This can be useful for a number of things, in particular it can be used to generate tag messages and add pre-release change lists to release announcements.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.