Class: Pubid::Xsf::Parser

Inherits:
Parslet::Parser
  • Object
show all
Defined in:
lib/pubid/xsf/parser.rb

Overview

Parslet grammar for XSF identifiers. One fixed shape: "XEP NNNN".

Class Method Summary collapse

Class Method Details

.parse(input) ⇒ Object



20
21
22
# File 'lib/pubid/xsf/parser.rb', line 20

def self.parse(input)
  new.parse(input)
end