EVALUATE_EXPRESSION
Content copied to clipboard
2 - Immediately evaluate the phrase on the stack to produce a value. Replace the phrase with a literal phrase holding this value.
Functions
Link copied to clipboard
open override fun convert( compilationContext: CompilationContext, lexingState: LexingState, input: A_Phrase, continuation: (A_Phrase) -> Unit, onProblem: (Throwable) -> Unit)
Content copied to clipboard
Convert an input AvailObject into an output AvailObject, using the specific conversion rule's implementation.