From d14ddd48c53f3d9ec960782c75f657a627456d22 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 18 Feb 2012 17:43:56 -0800 Subject: Allow braced output variables to actually be arbitrary substitutions. * eval.c (subst_vars): Treat the variable as an arbitrary expression rather than just a symbol. * match.c (subst_vars): Likewise. * parser.y (o_var): Further simplification. The first item in an output var is an expr and not an IDENT. * txr.1: Updated. * txr.vim: Likewise. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f132e31b..15148d4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2012-02-18 Kaz Kylheku + + Allow braced output variables to actually be arbitrary substitutions. + + * eval.c (subst_vars): Treat the variable as an arbitrary + expression rather than just a symbol. + + * match.c (subst_vars): Likewise. + + * parser.y (o_var): Further simplification. The first item in + an output var is an expr and not an IDENT. + + * txr.1: Updated. + + * txr.vim: Likewise. + 2012-02-18 Kaz Kylheku * parser.y (o_var): Remove productions from grammar by using exprs_opt. -- cgit v1.2.3