Class: L43Peg::Parsers::IntParser
- Inherits:
-
L43Peg::Parser
- Object
- L43Peg::Parser
- L43Peg::Parsers::IntParser
- Extended by:
- Combinators
- Defined in:
- lib/l43_peg/parsers/int_parser.rb
Instance Attribute Summary
Attributes inherited from L43Peg::Parser
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
.instance ⇒ Object
8 9 10 |
# File 'lib/l43_peg/parsers/int_parser.rb', line 8 def instance @__instance__ ||= _mk_int_parser end |