ccl

package
v0.2.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Evaluate

func Evaluate(n cclNode, row []any) (any, error)

func Parse

func Parse(tokens []cclToken) (cclNode, error)

func RegisterFunction

func RegisterFunction(name string, fn Func)

func ResetEvalDepth

func ResetEvalDepth()

ResetEvalDepth 重置全域評估深度變數

func ResetFuncCallDepth

func ResetFuncCallDepth()

func Tokenize

func Tokenize(input string) ([]cclToken, error)

Types

type Func

type Func = func(args ...any) (any, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL