Class: Emfrp::ParenthExp

Inherits:
Object
  • Object
show all
Defined in:
lib/emfrp/compile/c/syntax_exp_codegen.rb

Instance Method Summary collapse

Instance Method Details

#codegen(ct, stmts) ⇒ Object



23
24
25
# File 'lib/emfrp/compile/c/syntax_exp_codegen.rb', line 23

def codegen(ct, stmts)
  self[:exp].codegen(ct, stmts)
end