Top Level Namespace

Defined Under Namespace

Classes: CRewriter, CType, FunctionTable, FunctionType, Handle, R2CEnvironment, Rewriter, RubyToAnsiC, RubyToRubyC, Sexp, TypeChecker, TypedSexp

Instance Method Summary collapse

Instance Method Details

#t(*args) ⇒ Object

stupid shortcut to make indentation much cleaner



109
110
111
# File 'lib/typed_sexp.rb', line 109

def t(*args) # stupid shortcut to make indentation much cleaner
  TypedSexp.new(*args)
end