Packages

o

be.opimedia.scala_par_am

SchemeCompiler

object SchemeCompiler

Object that provides a method to compile an s-expression into a Scheme expression

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemeCompiler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def compile(exp: SExp): SchemeExp
  2. def compileArgs(args: SExp): List[Identifier]
  3. def compileBindings(bindings: SExp): List[(Identifier, SchemeExp)]
  4. def compileBody(body: SExp): List[SchemeExp]
  5. def compileCaseClauses(clauses: SExp): (List[(List[SchemeValue], List[SchemeExp])], List[SchemeExp])
  6. def compileCaseObjects(objects: SExp): List[SchemeValue]
  7. def compileCondClauses(clauses: SExp): List[(SchemeExp, List[SchemeExp])]
  8. def compileDoBindings(bindings: SExp): List[(Identifier, SchemeExp, Option[SchemeExp])]
  9. val reserved: List[String]

    Reserved keywords