Package-level declarations

Types

Link copied to clipboard
open class CallableRoutine(    val shasambly: SimpleShasambly,     val argumentCount: Int,     val stackSize: Int,     var exec: SimpleRoutineShasamblyGenerator? = null)
Link copied to clipboard
open class SimpleRoutineShasambly(    val routine: CallableRoutine,     val base: SimpleShasamblyGenerator,     val parent: SimpleShasambly,     generator: SimpleRoutineShasamblyGenerator) : RelativeShasamblyGeneratorPart

Functions

Link copied to clipboard
Link copied to clipboard
fun SimpleShasambly.declareRoutine(argumentCount: Int, stackSize: Int = 100): CallableRoutine