Module calcit_runner::runner[][src]

Modules

preprocess

Functions

bind_args

create new scope by wrting new args notice that & is a mark for spreading, ? for optional arguments

evaluate_args

evaluate symbols before calling a function notice that & is used to spread a list

evaluate_expr
evaluate_lines
evaluate_symbol
parse_ns_def
run_fn