From 4e33de0b5b4a32e9b9b44c2ac23f4d757eb6e92e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 29 Sep 2011 08:45:26 -0700 Subject: * match.c (mingap_k, maxgap_k, gap_k, times_k, lines_k): New symbol variables. (match_lines): Keyword arguments in collect implemented. (match_init): New function. * match.h (match_init): Declared. * parser.l (COLLECT): Lexical syntax changed for COLLECT to allow for argument material. * parser.y (%union): obj renamed to val. (exprs_opt): New nonterminal. (collect_clause): Rewritten for arguments. * txr.c (main): Call to match_init introduced. --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 868df28e..adb6e2d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2011-09-28 Kaz Kylheku + + * match.c (mingap_k, maxgap_k, gap_k, times_k, lines_k): New + symbol variables. + (match_lines): Keyword arguments in collect implemented. + (match_init): New function. + + * match.h (match_init): Declared. + + * parser.l (COLLECT): Lexical syntax changed for COLLECT to + allow for argument material. + + * parser.y (%union): obj renamed to val. + (exprs_opt): New nonterminal. + (collect_clause): Rewritten for arguments. + + * txr.c (main): Call to match_init introduced. + 2011-09-28 Kaz Kylheku * match.c (match_line): Bugfix in double var. Do not -- cgit v1.2.3