Class: RLTK::Parsers::PrefixCalc
- Inherits:
-
RLTK::Parser
- Object
- RLTK::Parser
- RLTK::Parsers::PrefixCalc
- Defined in:
- lib/rltk/parsers/prefix_calc.rb
Overview
A parser for a simple prefix calculator.
Instance Attribute Summary
Attributes inherited from RLTK::Parser
Method Summary
Methods inherited from RLTK::Parser
add_state, array_args, build_finalize_opts, build_parse_opts, check_reachability, check_sanity, clause, clean, empty_list_production, explain, finalize, get_io, grammar, grammar_prime, inform_conflict, inherited, #initialize, install_icvars, left, nonassoc, nonempty_list_production, parse, #parse, production, prune, right, start
Constructor Details
This class inherits a constructor from RLTK::Parser