Reorganized functions
This commit is contained in:
@ -6,6 +6,9 @@ import (
|
||||
)
|
||||
|
||||
// CompileFunctionCall executes a function call.
|
||||
// All call registers must hold the correct parameter values before the function invocation.
|
||||
// Registers that are in use must be saved if they are modified by the function.
|
||||
// After the function call, they must be restored in reverse order.
|
||||
func (f *Function) CompileFunctionCall(expr *expression.Expression) error {
|
||||
funcName := expr.Children[0].Token.Text()
|
||||
|
||||
|
Reference in New Issue
Block a user