summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-03 09:14:03 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-03 09:14:03 -0800
commit252111c171f300a7990bdc79f45dbe55aba0f36b (patch)
tree4069d0210b488d835b8bac8a20e0ce506f71084e /txr.1
parent1afa286557a53dec4c12a0d018600588bbd7786a (diff)
downloadtxr-252111c171f300a7990bdc79f45dbe55aba0f36b.tar.gz
txr-252111c171f300a7990bdc79f45dbe55aba0f36b.tar.bz2
txr-252111c171f300a7990bdc79f45dbe55aba0f36b.zip
* eval.c (uw_protect_s, return_s, return_from_s): New symbol
variables. (op_unwind_protect, op_block, op_return, op_return_from): New static functions. (expand): Removed case for call, if, and, and or. These operators evaluate all their arguments, so the code walker can treat them as a function calls. Added case for block and return-from. (eval_init): New symbols interned. New operator functions registered in op_table. * txr.1: Blank sections added.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.16
1 files changed, 6 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 0203651e..99796e86 100644
--- a/txr.1
+++ b/txr.1
@@ -4446,6 +4446,12 @@ syntax (fun (lambda ...)) is invalid.
.SS Operator dohash
+.SS Operator unwind-protect
+
+.SS Operator block
+
+.SS Operators return, return-from
+
.SS Lisp Functions and Variables
When the first element of a compound form is a symbol denoting a function,