Top Level Namespace

Defined Under Namespace

Classes: Environment, FunctionTable, FunctionType, Handle, R2CRewriter, Rewriter, RubyToAnsiC, RubyToRubyC, Sexp, Type, TypeChecker, TypedSexp, Unique

Instance Method Summary collapse

Instance Method Details

#t(*args) ⇒ Object

stupid shortcut to make indentation much cleaner



85
86
87
# File 'lib/typed_sexp_processor.rb', line 85

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