class Emfrp::ParenthExp

Public Instance Methods

codegen(ct, stmts) click to toggle source
# File lib/emfrp/compile/c/syntax_exp_codegen.rb, line 23
def codegen(ct, stmts)
  self[:exp].codegen(ct, stmts)
end