From 61a8fde2872355b4e721f1c5145c77122c92c40e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 18 Dec 2011 23:13:47 -0800 Subject: * eval.c (bindings_helper): Fix format arguments. (eval_init): Registered new functions: symbol-function, func-get-form, func-get-env, functionp, interp-fun-p. * lib.c (nappend2, getplist_f, improper_plist_to_alist): tail variable renamed to avoid clash in macro. (func_get_form, func_get_env, interp_fun_p): New functions. * lib.h (func_get_form, func_get_env, interp_fun_p): Declared. (list_collect): Fix macro not to throw error, but handle the case. * match.c (vars_to_bindings, extract_bindings): tail variable renamed to avoid clash in macro. * txr.1: Documentation stubs. --- txr.1 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index 58805f3e..3658f6b0 100644 --- a/txr.1 +++ b/txr.1 @@ -5692,6 +5692,15 @@ yields (1 2 3 4 5). In TXR Lisp, this usage can be simulated using .SS Function length +.SS Function symbol-function + +.SS Function func-get-form + +.SS Function func-get-env + +.SS Function functionp + +.SS Function interp-fun-p .SH APPENDIX A: NOTES ON EXOTIC REGULAR EXPRESSIONS -- cgit v1.2.3