| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bugfix: :whole and :form allow destructuring. | Kaz Kylheku | 2017-01-23 | 1 | -13/+13 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | bugfix: expansion order in face of param macros. | Kaz Kylheku | 2017-01-22 | 1 | -27/+33 |
* | Don't expand arg in @{var :filter arg}. | Kaz Kylheku | 2017-01-22 | 1 | -1/+27 |
* | Muffle expansion warning in op macro. | Kaz Kylheku | 2017-01-18 | 1 | -2/+6 |
* | Bugfix: macros not expanded in quasiliterals. | Kaz Kylheku | 2017-01-18 | 1 | -0/+2 |
* | Use tentative def mechanism for functions and vars. | Kaz Kylheku | 2017-01-15 | 1 | -0/+6 |
* | Dump deferred warnings in eval_intrinsic. | Kaz Kylheku | 2017-01-15 | 1 | -1/+3 |
* | Functions for error reporting out of macros. | Kaz Kylheku | 2017-01-15 | 1 | -0/+2 |
* | bugfix: diagnose dotted form calls consistently. | Kaz Kylheku | 2017-01-13 | 1 | -13/+13 |
* | Deferred warnings. | Kaz Kylheku | 2017-01-13 | 1 | -8/+58 |
* | Allow last var to be omitted in whilet. | Kaz Kylheku | 2017-01-06 | 1 | -3/+13 |
* | New Lisp feature: param list expander. | Kaz Kylheku | 2017-01-04 | 1 | -6/+40 |
* | bugfix: sys:setq bindable check must be warning. | Kaz Kylheku | 2017-01-01 | 1 | -1/+7 |
* | Bugfix: repeated expansion of catch unstable. | Kaz Kylheku | 2016-12-31 | 1 | -12/+17 |
* | Check for non-symbols in catch clauses. | Kaz Kylheku | 2016-12-31 | 1 | -0/+2 |
* | Check assignment special forms at expansion time. | Kaz Kylheku | 2016-12-29 | 1 | -35/+29 |
* | Reintroduce lambda checks and macro param bugfix. | Kaz Kylheku | 2016-12-29 | 1 | -37/+67 |
* | Bugfix: optarg presence indicators may be specials. | Kaz Kylheku | 2016-12-29 | 1 | -0/+7 |
* | Hoist binding and arg checking to expansion time. | Kaz Kylheku | 2016-12-29 | 1 | -171/+124 |
* | Add qquot optimization for ranges. | Kaz Kylheku | 2016-12-25 | 1 | -0/+10 |
* | Bugfix: incorrect quasi-quoting over #R syntax. | Kaz Kylheku | 2016-12-25 | 1 | -1/+5 |
* | bugfix: dynamic env handling in parallel binding | Kaz Kylheku | 2016-12-23 | 1 | -18/+57 |
* | Last var may be omitted in iflet/whenlet/condlet. | Kaz Kylheku | 2016-12-22 | 1 | -2/+16 |
* | comment change in expander. | Kaz Kylheku | 2016-12-20 | 1 | -4/+3 |
* | Different approach for specials in let/let*. | Kaz Kylheku | 2016-12-20 | 1 | -36/+49 |
* | Bugfix: sys:unbound mechanism lacks hygiene. | Kaz Kylheku | 2016-12-20 | 1 | -2/+2 |
* | Remove more vestiges of old specials handling. | Kaz Kylheku | 2016-12-20 | 1 | -6/+0 |
* | Remove vestiges of old special binding scheme. | Kaz Kylheku | 2016-12-19 | 1 | -66/+17 |
* | Changing how binding of special variables works. | Kaz Kylheku | 2016-12-18 | 1 | -60/+72 |
* | Refactoring internals of for/each operators. | Kaz Kylheku | 2016-12-18 | 1 | -60/+124 |
* | Adding mismatch function. | Kaz Kylheku | 2016-12-12 | 1 | -0/+1 |
* | Improve unbound function warning. | Kaz Kylheku | 2016-12-12 | 1 | -1/+5 |
* | Method lookup doesn't throw on nonexistent slots. | Kaz Kylheku | 2016-12-11 | 1 | -1/+2 |
* | New function: endp. | Kaz Kylheku | 2016-12-10 | 1 | -0/+1 |
* | New equot macro: expand then suppress evaluation. | Kaz Kylheku | 2016-12-08 | 1 | -0/+9 |
* | Eliminate duplicated warning-suppressing function. | Kaz Kylheku | 2016-11-28 | 1 | -6/+2 |
* | bugfix: awk macro spews warnings. | Kaz Kylheku | 2016-11-28 | 1 | -1/+16 |
* | Warn about unbound functions. | Kaz Kylheku | 2016-11-27 | 1 | -1/+4 |
* | bugfix: var environment in expansion of defun. | Kaz Kylheku | 2016-11-27 | 1 | -1/+4 |
* | Expander warns about unbound variables. | Kaz Kylheku | 2016-11-26 | 1 | -9/+36 |
* | bugfix: quasilit read/print consistency, part 2. | Kaz Kylheku | 2016-11-26 | 1 | -3/+3 |
* | bugfix: quasilit read/print consistency, part 1. | Kaz Kylheku | 2016-11-26 | 1 | -12/+3 |
* | bugfix: dohash expander not making shadowing env. | Kaz Kylheku | 2016-11-25 | 1 | -1/+2 |
* | bugfix: expander traversing (sys:expr ...). | Kaz Kylheku | 2016-11-25 | 1 | -1/+1 |
* | bugfix: op handles @rest in dot position. | Kaz Kylheku | 2016-11-25 | 1 | -1/+1 |
* | bugfix: don't expand @meta syntax as function call. | Kaz Kylheku | 2016-11-24 | 1 | -0/+2 |
* | bugfix: op macro using wrong expansions op. | Kaz Kylheku | 2016-11-24 | 1 | -1/+3 |
* | macro-time: interleave evaluation and expansion. | Kaz Kylheku | 2016-11-24 | 1 | -2/+6 |
* | bugfix: neglect to expand mac-param-bind forms. | Kaz Kylheku | 2016-11-24 | 1 | -6/+19 |