Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * eval.c (opip_s, oand_s, chain_s, chand_s): New global variables. | Kaz Kylheku | 2014-11-10 | 1 | -92/+94 | |
| | | | | | | | | | | | | (macro_form_p): Forward declaration added. (me_opip): New static function. (eval_init): Intern new symbols, register opip and oand macros to me_opip function. Use chain_s and chand_s in registration for chain and chand. * txr.1: Document opip and oand * tl.vim, txr.vim: Regenerated. | |||||
* | Vim syntax coloring for standalone TXR Lisp (*.tl) files. | Kaz Kylheku | 2014-10-29 | 1 | -0/+255 | |
* genvim.txr (generate): New pattern function, contains generation logic so we can do it twice. * txr.vim: Regenerated. * tl.vim: New file. |