| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | txr: bugfix: repeat not finding Lisp vars in brace. | Kaz Kylheku | 2020-10-01 | 1 | -5/+9 |
* | txr: repeat ferrets out Lisp-embedded vars. | Kaz Kylheku | 2020-08-17 | 1 | -1/+5 |
* | txr: identify output repeat vars at parse time | Kaz Kylheku | 2020-08-17 | 1 | -1/+57 |
* | parser: add missing cases in yybadtoken. | Kaz Kylheku | 2020-07-08 | 1 | -0/+5 |
* | txr: support @(if)/@(elif)/@(else) in @(output). | Kaz Kylheku | 2020-07-07 | 1 | -3/+44 |
* | Remove unnecessary #include directives. | Kaz Kylheku | 2020-04-22 | 1 | -4/+0 |
* | parser: eliminate struct list_accum. | Kaz Kylheku | 2020-04-10 | 1 | -42/+22 |
* | parser: move cons dot handling to higher rule. | Kaz Kylheku | 2020-04-10 | 1 | -18/+3 |
* | parser: streamline core list building. | Kaz Kylheku | 2020-04-09 | 1 | -47/+57 |
* | warning cleanup: add casts for unused parameters. | Kaz Kylheku | 2020-04-05 | 1 | -0/+2 |
* | internals: rename misnamed curry_* functions. | Kaz Kyheku | 2020-03-17 | 1 | -2/+2 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | parser: forgotten top-level .? cases. | Kaz Kylheku | 2019-11-19 | 1 | -0/+8 |
* | parser: missing cases in yybadtoken. | Kaz Kylheku | 2019-11-19 | 1 | -0/+3 |
* | parser: merge cases in yybadtoken. | Kaz Kylheku | 2019-11-19 | 1 | -1/+1 |
* | syntax: new .? operator for null-safe object access. | Kaz Kylheku | 2019-11-05 | 1 | -12/+32 |
* | parser: use faster, unsafe nreverse. | Kaz Kylheku | 2019-10-25 | 1 | -5/+5 |
* | tree: allow quasiquoting into #T syntax. | Kaz Kylheku | 2019-09-28 | 1 | -10/+13 |
* | New data structure: binary search trees. | Kaz Kylheku | 2019-09-25 | 1 | -2/+42 |
* | New data type: tnode. | Kaz Kylheku | 2019-09-22 | 1 | -2/+15 |
* | parser: #; notation shouldn't intern symbols. | Kaz Kylheku | 2019-08-18 | 1 | -2/+3 |
* | parser: rename circ_suppress flag. | Kaz Kylheku | 2019-08-18 | 1 | -13/+13 |
* | parser: give start of a bad forms even if line 1. | Kaz Kylheku | 2019-07-26 | 1 | -1/+4 |
* | txr: regression: lack of file name in error messages. | Kaz Kylheku | 2019-07-22 | 1 | -1/+1 |
* | @(define): bugfix: incorrect parameter list walk. | Kaz Kylheku | 2019-07-02 | 1 | -2/+2 |
* | C99: get rid of useless inline instantiations. | Kaz Kylheku | 2019-05-02 | 1 | -5/+0 |
* | parser: always use stream-associated parser for parse_once. | Kaz Kylheku | 2019-04-21 | 1 | -6/+3 |
* | debugger: initial backtrace support. | Kaz Kylheku | 2019-04-16 | 1 | -3/+3 |
* | debug support: crude debugger removed. | Kaz Kylheku | 2019-04-09 | 1 | -3/+2 |
* | gethash_c: review uses and improve or replace. | Kaz Kylheku | 2019-02-14 | 1 | -2/+1 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Eliminate ALLOCA_H. | Kaz Kylheku | 2018-12-31 | 1 | -1/+1 |
* | Better identify functions that misuse COBJ-s and hashes. | Kaz Kylheku | 2018-11-07 | 1 | -1/+1 |
* | txr: support variable in postive match. | Kaz Kylheku | 2018-05-22 | 1 | -0/+1 |
* | parser: propagate copyright to generated parser. | Kaz Kylheku | 2018-04-16 | 1 | -2/+2 |
* | parser: show starting line of unterminated form. | Kaz Kylheku | 2018-04-15 | 1 | -0/+5 |
* | parser: @(if) hack in output must use usr package. | Kaz Kylheku | 2018-04-10 | 1 | -6/+3 |
* | lib: get rid of preprocessor macros for packages. | Kaz Kylheku | 2018-04-05 | 1 | -1/+1 |
* | parser: don't generate special lits outside quasiquote. | Kaz Kylheku | 2018-04-04 | 1 | -9/+22 |
* | parser: avoid consing for buf literals. | Kaz Kylheku | 2018-04-03 | 1 | -12/+7 |
* | packages: drop no-fallback-list interning restriction. | Kaz Kylheku | 2018-03-09 | 1 | -14/+1 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | bugfix: don't record source loc of symbols and numbers. | Kaz Kylheku | 2018-02-05 | 1 | -4/+22 |
* | read, iread: source location recording now conditional. | Kaz Kylheku | 2017-12-29 | 1 | -58/+69 |
* | cleanup: remove unnecessary header includes. | Kaz Kylheku | 2017-09-19 | 1 | -4/+0 |
* | parser: fix precedence of DOTDOT. | Kaz Kylheku | 2017-09-07 | 1 | -1/+14 |
* | txr -i honored despite parse-time exception. | Kaz Kylheku | 2017-09-06 | 1 | -2/+2 |
* | parser: bugfix: empty buf literal problem. | Kaz Kylheku | 2017-08-22 | 1 | -1/+2 |
* | parser: fix byacc regression related to hash-semi. | Kaz Kylheku | 2017-08-17 | 1 | -0/+1 |