Class: Pubid::Ansi::Parser

Inherits:
Parslet::Parser
  • Object
show all
Includes:
Parser::CommonParseMethods, Parser::CommonParseRules
Defined in:
lib/pubid/ansi/parser.rb

Overview

Parser for ANSI (American National Standards Institute) identifiers Examples: ANSI X3.4-1986, ANSI C63.4-2014, ANSI/ISO 9899:1990

Constant Summary collapse

ORGANIZATIONS =

Copublishers: ISO, IEEE, IEC, etc.

%w[ISO IEC IEEE SAE ASME ASTM].freeze

Method Summary

Methods included from Parser::CommonParseMethods

#array_to_str

Methods included from Parser::CommonParseRules

included