Class: Brainfuck::Compiler::Print
- Inherits:
-
Struct
- Object
- Struct
- Brainfuck::Compiler::Print
- Defined in:
- lib/brainfuck/compiler.rb
Instance Attribute Summary collapse
-
#asm ⇒ Object
Returns the value of attribute asm.
-
#ast ⇒ Object
Returns the value of attribute ast.
-
#sexp ⇒ Object
Returns the value of attribute sexp.
Instance Method Summary collapse
Instance Attribute Details
#asm ⇒ Object
Returns the value of attribute asm
66 67 68 |
# File 'lib/brainfuck/compiler.rb', line 66 def asm @asm end |
#ast ⇒ Object
Returns the value of attribute ast
66 67 68 |
# File 'lib/brainfuck/compiler.rb', line 66 def ast @ast end |
#sexp ⇒ Object
Returns the value of attribute sexp
66 67 68 |
# File 'lib/brainfuck/compiler.rb', line 66 def sexp @sexp end |
Instance Method Details
#asm? ⇒ Boolean
75 76 77 |
# File 'lib/brainfuck/compiler.rb', line 75 def asm? @asm end |
#ast? ⇒ Boolean
71 72 73 |
# File 'lib/brainfuck/compiler.rb', line 71 def ast? @ast end |
#sexp? ⇒ Boolean
67 68 69 |
# File 'lib/brainfuck/compiler.rb', line 67 def sexp? @sexp end |