org.kiama.example.iswim

secd

package secd

Visibility
  1. Public
  2. All

Type Members

  1. trait BooleanOps extends SECDBase

    Trait implementing this SECD machine extension

  2. trait ConversionOps extends SECDBase with StringOps with IntegerOps with BooleanOps

    Trait implementing this SECD machine extension

  3. trait ExceptionHandler extends SECDBase

    Trait implementing this SECD machine extension

  4. trait HeapOps extends SECDBase

    Trait implementing this SECD machine extension

  5. trait IOOps extends SECDBase with StringOps

    Trait implementing this SECD machine extension

  6. trait IntComparisonOps extends SECDBase with IntegerOps with BooleanOps

    Trait implementing this SECD machine extension

  7. trait IntegerOps extends SECDBase

    Trait implementing this SECD machine extension

  8. trait RecordOps extends SECDBase with IntegerOps

    Trait implementing this SECD machine extension

  9. abstract class SECDBase extends Machine

    The basic SECD machine implementation

  10. trait StackOps extends SECDBase

    Trait implementing this SECD machine extension

  11. trait StringOps extends SECDBase

    Trait implementing this SECD machine extension

Value Members

  1. object BooleanOps extends AnyRef

  2. object ConversionOps extends AnyRef

  3. object ExceptionHandler extends AnyRef

    Add facilities to easily implement try.

  4. object HeapOps extends AnyRef

    Add mutable, heap allocated values to a SECD machine

  5. object IOOps extends AnyRef

    Add terminal input/output operations to a SECD machine

  6. object IntComparisonOps extends AnyRef

    Add stack manipulation operations to a SECD machine

  7. object IntegerOps extends AnyRef

    Add integer values and associated operations to a SECD machine

  8. object RecordOps extends AnyRef

    Add string values and associated operations to a SECD machine

  9. object SECDBase extends AnyRef

  10. object StackOps extends AnyRef

    Add stack manipulation operations to a SECD machine

  11. object StringOps extends AnyRef

    Add string values and associated operations to a SECD machine