Class: RLTK::Parsers::PostfixCalc

Inherits:
RLTK::Parser show all
Defined in:
lib/rltk/parsers/postfix_calc.rb

Overview

A parser for a simple post-fix calculator.

Instance Attribute Summary

Attributes inherited from RLTK::Parser

#env

Method Summary

Methods inherited from RLTK::Parser

add_state, build_finalize_opts, build_list_production, build_nonempty_list_production, build_parse_opts, check_reachability, check_sanity, clause, clean, default_arg_type, each_state, explain, finalize, get_io, grammar, grammar_prime, inform_conflict, inherited, #initialize, install_icvars, left, new, nonassoc, parse, #parse, production, prune, right, start, token_hook

Constructor Details

This class inherits a constructor from RLTK::Parser