Class: L43Peg::Parsers::IntParser

Inherits:
L43Peg::Parser show all
Extended by:
Combinators, Mappers
Defined in:
lib/l43_peg/parsers/int_parser.rb

Instance Attribute Summary

Attributes inherited from L43Peg::Parser

#fn, #name

Class Method Summary collapse

Methods included from Combinators

args_parser, debug_parser, many, map, rgx_tokenize, sel, sel_rgx_parser, seq

Methods included from L43Peg::Parsers

#args_parser, #char_parser, #end_parser, #failure_parser, #int_parser, #rgx_parser, #token_parser, #tokens_parser, #verb_parser

Methods included from Mappers

join_and_to_i, join_maps

Methods included from Helper

#fail_parser, #succeed_parser

Methods inherited from L43Peg::Parser

#call

Class Method Details

.instanceObject



12
13
14
# File 'lib/l43_peg/parsers/int_parser.rb', line 12

def instance
  @__instance__ ||= _mk_int_parser
end