From 45376e552a18a2991421a8df34c931d56ecdd31d Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 4 Dec 2011 16:27:31 -0800 Subject: * eval.c (op_qquote_error, op_unquote_error): New static functions. (expand_qquote): Bugfix: missing case added to handle directly quoted quasiquote. (eval_init): Error-catching pseudo-operators registered in op_table. * parser.y (force_regular_quotes): New function. (list): Quotes within unquotes and splices are regular. * txr.1: Clarified new rules. Removed description of ,'form and ,*'form special syntax. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f070e9da..c35467ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2011-12-04 Kaz Kylheku + + * eval.c (op_qquote_error, op_unquote_error): New static functions. + (expand_qquote): Bugfix: missing case added to handle directly quoted + quasiquote. + (eval_init): Error-catching pseudo-operators registered in + op_table. + + * parser.y (force_regular_quotes): New function. + (list): Quotes within unquotes and splices are regular. + + * txr.1: Clarified new rules. Removed description of ,'form and ,*'form + special syntax. + 2011-12-03 Kaz Kylheku Expose lazy lists in TXR Lisp. -- cgit v1.2.3