diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-09-29 12:12:32 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-09-29 12:12:32 -0700 |
commit | b177dea74e5280ccaeeba4bd90fdf6d7967035f1 (patch) | |
tree | 5508c4bc6ee4457d6de5e3a3024c6e23600c1711 /ChangeLog | |
parent | 4e33de0b5b4a32e9b9b44c2ac23f4d757eb6e92e (diff) | |
download | txr-b177dea74e5280ccaeeba4bd90fdf6d7967035f1.tar.gz txr-b177dea74e5280ccaeeba4bd90fdf6d7967035f1.tar.bz2 txr-b177dea74e5280ccaeeba4bd90fdf6d7967035f1.zip |
* match.c (chars_k): New variable.
(match_line): Keyword arguments in coll implemented.
(match_init): chars_k variable initialized.
* parser.l (COLL): Lexical syntax changed to allow for
argument material.
* parser.y (elem): Coll syntax rewritten for arguments.
* txr.1: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2011-09-29 Kaz Kylheku <kaz@kylheku.com> + + * match.c (chars_k): New variable. + (match_line): Keyword arguments in coll implemented. + (match_init): chars_k variable initialized. + + * parser.l (COLL): Lexical syntax changed to allow for + argument material. + + * parser.y (elem): Coll syntax rewritten for arguments. + + * txr.1: Updated. + 2011-09-28 Kaz Kylheku <kaz@kylheku.com> * match.c (mingap_k, maxgap_k, gap_k, times_k, lines_k): New |