lang/core.sh

Core constants, variables, and functions.

core_mktemp_file()

Make a temporary file.

core_obj_dir()

Dir for gobash files.

core_tmp_dir()

Temporary directory.

ctx_clear()

Clear context.

ctx_make()

Make a context.

ctx_show()

Print context.

ctx_stack()

Print stack trace.

ctx_w()

Record a message.

ctx_wa()

Record error with an argument.

ctx_wn()

Record error with number of arguments.

is_ctx()

Check if it is a valid context.