Class: L43Peg::Parsers::IntParser

Inherits:
L43Peg::Parser show all
Extended by:
Combinators
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

boxed, choice, debug_parser, ignore, lazy, many, map, map_error, satisfy, sequence

Methods inherited from L43Peg::Parser

#boxed, #call, #debug, #ignore, #lazy, #many, #map, #map_error, #satisfy

Class Method Details

.instanceObject



8
9
10
# File 'lib/l43_peg/parsers/int_parser.rb', line 8

def instance
  @__instance__ ||= _mk_int_parser
end