diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-02-13 02:58:57 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-02-13 02:58:57 -0800 |
commit | f31be2486084f6388ea212f18574584ab4c13e64 (patch) | |
tree | a0d22b9fa99ff8067137de7aa83a8d7b064fc9c8 /ChangeLog | |
parent | b970b2caac831c73078d2cee125e717124dff150 (diff) | |
download | txr-f31be2486084f6388ea212f18574584ab4c13e64.tar.gz txr-f31be2486084f6388ea212f18574584ab4c13e64.tar.bz2 txr-f31be2486084f6388ea212f18574584ab4c13e64.zip |
* eval.c (subst_vars): Handle lone symbols (not wrapped
in sys::var form) as variables. This allows interpretation of metanums
in quasiliterals, because these are replaced by variables in the
op expander.
* parser.l: Recognize METANUM in QSILIT state.
* parser.y (quasi_item): METANUM parsed in quasiliteral.
* txr.vim: Metanums highlighted properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2012-02-13 Kaz Kylheku <kaz@kylheku.com> + * eval.c (subst_vars): Handle lone symbols (not wrapped + in sys::var form) as variables. This allows interpretation of metanums + in quasiliterals, because these are replaced by variables in the + op expander. + + * parser.l: Recognize METANUM in QSILIT state. + + * parser.y (quasi_item): METANUM parsed in quasiliteral. + + * txr.vim: Metanums highlighted properly. + +2012-02-13 Kaz Kylheku <kaz@kylheku.com> + * eval.c (dwim_loc, op_dwim): Bugfix: hash indexing requiring at least two arguments, rather than at least one. |