Class: ArithmeticParser
- Inherits:
-
Treetop::Runtime::CompiledParser
- Object
- Treetop::Runtime::CompiledParser
- ArithmeticParser
- Includes:
- Arithmetic
- Defined in:
- lib/mail/vendor/treetop-1.4.3/examples/lambda_calculus/arithmetic.rb
Instance Attribute Summary
Attributes inherited from Treetop::Runtime::CompiledParser
#consume_all_input, #index, #input, #max_terminal_failure_index, #root
Method Summary
Methods included from Arithmetic
#_nt_additive, #_nt_additive_op, #_nt_comparative, #_nt_equality_op, #_nt_expression, #_nt_multitive, #_nt_multitive_op, #_nt_number, #_nt_primary, #_nt_space, #_nt_variable, #root
Methods inherited from Treetop::Runtime::CompiledParser
#failure_column, #failure_index, #failure_line, #failure_reason, #initialize, #parse, #terminal_failures
Constructor Details
This class inherits a constructor from Treetop::Runtime::CompiledParser