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
Link copied to clipboard
Functions
Link copied to clipboard
fun SimpleShasambly.createRoutine(argumentCount: Int, stackSize: Int = 100, exec: SimpleRoutineShasamblyGenerator): CallableRoutine
Link copied to clipboard
fun SimpleShasambly.declareRoutine(argumentCount: Int, stackSize: Int = 100, exec: SimpleRoutineShasamblyGenerator): CallableRoutine