Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * genvim.txr: Updated with regard to how operators are registered in | Kaz Kylheku | 2014-02-27 | 1 | -3/+3 | |
| | | | | | | | in eval_init. Also, scans reg_mac registrations now. * txr.vim: Refreshed. The previously missed "delay" operator is now listed, thanks to reg_mac. | |||||
* | * parser.l: Support octal and binary numbers. | Kaz Kylheku | 2014-02-24 | 1 | -0/+2 | |
| | | | | | | * txr.1: Documented. * genvim.txr, txr.vim: Updated. | |||||
* | * genvim.txr, txr.vim: Updated. | Kaz Kylheku | 2014-02-24 | 1 | -1/+1 | |
| | ||||||
* | * genvim.txr, txr.vim: Updated. | Kaz Kylheku | 2014-02-22 | 1 | -1/+1 | |
| | ||||||
* | * genvim.txr: Support floating-point constants. | Kaz Kylheku | 2014-01-30 | 1 | -5/+7 | |
| | | | | | | Do not color embedded decimal integers in symbols as integers. * txr.vim: Regenerated. | |||||
* | * eval.c (meta_meta_p, meta_meta_strip): New static functions. | Kaz Kylheku | 2014-01-28 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | | (transform_op): Recognize compounded metas, and strip one level off. (eval_init): Intern sys:expand function so we have access to the form expander from TXR Lisp. * lib.c (obj_print, obj_pprint): Fix: wasn't rendering metanumbers. * parser.y (list): Support @ in front of anything. If it's an atom, treat it similarly to a metasymbol or metanumber. * txr.1: Documented meta-meta arguments in nested op. * genvim.txr, txr.vim: Support coloring for compounded meta syntax. | |||||
* | * txr.vim, genvim.txr: There can now be whitespace in TXR Lisp | Kaz Kylheku | 2014-01-27 | 1 | -2/+2 | |
| | | | | like @ (a b c) and @ [1 2 3]. | |||||
* | Version 76txr-76 | Kaz Kylheku | 2014-01-23 | 1 | -0/+1 | |
| | ||||||
* | * genvim.txr: Add forgotten until and last keywords. | Kaz Kylheku | 2014-01-06 | 1 | -1/+3 | |
| | | | | * txr.vim: Regenerated. | |||||
* | * genvim.txr: Missing catch and finally keywords added. | Kaz Kylheku | 2013-12-02 | 1 | -1/+1 | |
| | | | | * txr.vim: Regenerated. | |||||
* | * genvim.txr: Missing highlighting for hex integers. | Kaz Kylheku | 2013-11-24 | 1 | -0/+1 | |
| | | | | * txr.vim: Updated. | |||||
* | * genvim.txr: Change how the hard-coded symbols (end, and, or) are | Kaz Kylheku | 2013-11-22 | 1 | -1/+1 | |
| | | | | | | * added, and also add the missing rep to these. * txr.vim: Regenerated. | |||||
* | * genvim.txr: Handle symbols whose C names end with _star_s, | Kaz Kylheku | 2013-11-05 | 1 | -0/+4 | |
| | | | | | | and also ones with underscores. * txr.vim: Updated. | |||||
* | * genvim.txr: Include syntactic directives which aren't extracted from | Kaz Kylheku | 2013-10-27 | 1 | -0/+1 | |
| | | | | | | sources because actions aren't registered for them. * txr.vim: Regenerated. | |||||
* | * genvim.txr: Split long lines of keywords. | Kaz Kylheku | 2013-10-23 | 1 | -3/+2 | |
| | | | | * txr.vim: Updated. | |||||
* | * genvim.txr: New file. | Kaz Kylheku | 2013-10-23 | 1 | -0/+135 | |