Class: QVM
- Inherits:
-
Struct
- Object
- Struct
- QVM
- Defined in:
- lib/qrun.rb
Overview
Evaluation ##
Instance Attribute Summary collapse
-
#bindings ⇒ Object
Returns the value of attribute bindings.
-
#program ⇒ Object
Returns the value of attribute program.
-
#stack ⇒ Object
Returns the value of attribute stack.
Instance Attribute Details
#bindings ⇒ Object
Returns the value of attribute bindings
7 8 9 |
# File 'lib/qrun.rb', line 7 def bindings @bindings end |
#program ⇒ Object
Returns the value of attribute program
7 8 9 |
# File 'lib/qrun.rb', line 7 def program @program end |
#stack ⇒ Object
Returns the value of attribute stack
7 8 9 |
# File 'lib/qrun.rb', line 7 def stack @stack end |