| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bugfix: expand macros in collect, coll, gather. | Kaz Kylheku | 2017-01-19 | 1 | -16/+24 |
* | Eliminate rejection of empty clauses. | Kaz Kylheku | 2017-01-08 | 1 | -87/+27 |
* | Bugfix: incorrect quasi-quoting over #R syntax. | Kaz Kylheku | 2016-12-25 | 1 | -4/+0 |
* | Tweak terminology in some parser error messages. | Kaz Kylheku | 2016-12-23 | 1 | -3/+3 |
* | parser: fix problems at EOF involving #; syntax. | Kaz Kylheku | 2016-12-06 | 1 | -24/+14 |
* | Eliminate duplicated warning-suppressing function. | Kaz Kylheku | 2016-11-28 | 1 | -6/+2 |
* | Expander warns about unbound variables. | Kaz Kylheku | 2016-11-26 | 1 | -0/+9 |
* | bugfix: quasilit read/print consistency, part 2. | Kaz Kylheku | 2016-11-26 | 1 | -6/+6 |
* | bugfix: quasilit read/print consistency, part 1. | Kaz Kylheku | 2016-11-26 | 1 | -20/+5 |
* | Completion of fallback list implementation. | Kaz Kylheku | 2016-11-16 | 1 | -2/+16 |
* | Start of fallback package list implementation. | Kaz Kylheku | 2016-11-16 | 1 | -10/+10 |
* | Implement *package* special var; package overhaul. | Kaz Kylheku | 2016-11-08 | 1 | -1/+1 |
* | Support #: reading for uninterned symbols. | Kaz Kylheku | 2016-11-07 | 1 | -6/+10 |
* | New #; syntax for erasing following object. | Kaz Kylheku | 2016-11-07 | 1 | -4/+40 |
* | parser: missing case for #R in yybadtoken. | Kaz Kylheku | 2016-11-07 | 1 | -0/+1 |
* | Fix struct lit problem exposed by circular syntax. | Kaz Kylheku | 2016-10-20 | 1 | -4/+2 |
* | Adding notation for cycles and shared structure. | Kaz Kylheku | 2016-10-18 | 1 | -1/+18 |
* | Detect cycles in rlcp_tree. | Kaz Kylheku | 2016-10-18 | 1 | -3/+16 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | Regression: @(rep) wrongly diagnoses empty clause. | Kaz Kylheku | 2016-09-06 | 1 | -2/+2 |
* | Fix emulation of TXR 135 @(if) semantics. | Kaz Kylheku | 2016-08-29 | 1 | -2/+4 |
* | Fix broken expansion in @(if) and output @(repeat). | Kaz Kylheku | 2016-08-29 | 1 | -5/+5 |
* | Allow empty @(catch) and @(finally). | Kaz Kylheku | 2016-06-05 | 1 | -12/+3 |
* | Diagnose empty clauses better in parallel constructs. | Kaz Kylheku | 2016-04-27 | 1 | -86/+119 |
* | Strengthen against resource leaks upon exceptions. | Kaz Kylheku | 2016-04-21 | 1 | -2/+2 |
* | Bugfix: @(if expr) not macro-expanding expr. | Kaz Kylheku | 2016-04-18 | 1 | -2/+2 |
* | Bugfix: @(output) not expanding some Lisp exprs. | Kaz Kylheku | 2016-04-17 | 1 | -1/+1 |
* | Fix proper-listp to proper-list-p. | Kaz Kylheku | 2016-04-14 | 1 | -1/+1 |
* | New semantics for @(if) directive. | Kaz Kylheku | 2016-03-22 | 1 | -10/+33 |
* | Support binding in @(repeat)/@(rep) :vars. | Kaz Kylheku | 2016-03-16 | 1 | -1/+47 |
* | New :mandatory keyword in until/last clauses. | Kaz Kylheku | 2016-01-15 | 1 | -11/+28 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | TXR quasiliterals and output vars treated as Lisp. | Kaz Kylheku | 2015-12-26 | 1 | -17/+28 |
* | New --debug-expansion option. | Kaz Kylheku | 2015-12-18 | 1 | -0/+10 |
* | Bugfix: dot syntax doesn't record source loc info. | Kaz Kylheku | 2015-12-17 | 1 | -2/+4 |
* | Remove useless test from rlcp_tree. | Kaz Kylheku | 2015-11-28 | 1 | -5/+4 |
* | WIP: fix erroneous use of rlcp that should be rl. | Kaz Kylheku | 2015-11-26 | 1 | -8/+7 |
* | @(rep) as shorthand for @(coll :vars nil). | Kaz Kylheku | 2015-11-20 | 1 | -2/+9 |
* | New iread function. | Kaz Kylheku | 2015-11-07 | 1 | -2/+42 |
* | New range type, distinct from cons cell. | Kaz Kylheku | 2015-11-01 | 1 | -3/+14 |
* | Renaming some functions for consistency. | Kaz Kylheku | 2015-10-16 | 1 | -1/+1 |
* | Introducing structs. | Kaz Kylheku | 2015-09-02 | 1 | -2/+21 |
* | Print parser error message for parse-time exceptions. | Kaz Kylheku | 2015-08-29 | 1 | -3/+25 |
* | New --yydebug option. | Kaz Kylheku | 2015-08-24 | 1 | -0/+9 |
* | Fix broken @@@<n>/@@@rest references in quasiliterals. | Kaz Kylheku | 2015-08-19 | 1 | -2/+2 |
* | Quasiquote regression from 110. | Kaz Kylheku | 2015-08-19 | 1 | -5/+5 |
* | Get Berkeley Yacc port of the parser working again. | Kaz Kylheku | 2015-08-14 | 1 | -0/+7 |
* | Remove unwanted yyparse declaration from y.tab.h. | Kaz Kylheku | 2015-08-14 | 1 | -0/+1 |
* | Word splices not quite on board with consing dot handling. | Kaz Kylheku | 2015-08-14 | 1 | -2/+2 |
* | Use new pushback token priming for single regex parse. | Kaz Kylheku | 2015-08-12 | 1 | -2/+2 |