| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | bugfix: macrolet args not included in macro env. | Kaz Kylheku | 2016-11-24 | 1 | -29/+31 |
* | bugfix: indicator params absent from macro envs. | Kaz Kylheku | 2016-11-24 | 1 | -2/+5 |
* | Move unwind intrinsics from eval.c to unwind.c. | Kaz Kylheku | 2016-11-23 | 1 | -27/+1 |
* | Allow global macros to be denoted by (macro sym). | Kaz Kylheku | 2016-11-19 | 1 | -14/+49 |
* | Handle interpreted macros through function. | Kaz Kylheku | 2016-11-19 | 1 | -29/+32 |
* | Use function rather than cptr built-in macros. | Kaz Kylheku | 2016-11-19 | 1 | -51/+48 |
* | Reproduce shared structure in sys:switch expansion. | Kaz Kylheku | 2016-11-18 | 1 | -4/+36 |
* | Bugfix in expansion-time progn reduction. | Kaz Kylheku | 2016-11-18 | 1 | -1/+1 |
* | Adding a tagbody macro to the language. | Kaz Kylheku | 2016-11-18 | 1 | -1/+47 |
* | Start of fallback package list implementation. | Kaz Kylheku | 2016-11-16 | 1 | -0/+2 |
* | Introduce case{q,ql,qual}* macros which eval keys. | Kaz Kylheku | 2016-11-12 | 1 | -3/+19 |
* | Clause in case{q,ql,qual} with no forms yields nil. | Kaz Kylheku | 2016-11-11 | 1 | -1/+3 |
* | Bugfix in case{q,ql,qual} macro expansion. | Kaz Kylheku | 2016-11-11 | 1 | -6/+17 |
* | Streamline variable assignment operators slightly. | Kaz Kylheku | 2016-11-11 | 1 | -15/+12 |
* | Fix some gc-unsafe mutations found by inspection. | Kaz Kylheku | 2016-11-10 | 1 | -1/+1 |
* | Implementing package foreign symbol concept. | Kaz Kylheku | 2016-11-10 | 1 | -0/+7 |
* | Implement *package* special var; package overhaul. | Kaz Kylheku | 2016-11-08 | 1 | -0/+2 |
* | Deprecated undocumented *user-package* etc. | Kaz Kylheku | 2016-11-08 | 1 | -3/+5 |
* | Don't track macro origin of interned objects. | Kaz Kylheku | 2016-11-04 | 1 | -1/+3 |
* | Don't print distracting path in error trace. | Kaz Kylheku | 2016-11-04 | 1 | -2/+2 |
* | No need to track origin of entire macrolet. | Kaz Kylheku | 2016-11-04 | 1 | -4/+1 |
* | Show location of expanded form in exp-time errors. | Kaz Kylheku | 2016-11-04 | 1 | -3/+10 |
* | New negated equality test functions. | Kaz Kylheku | 2016-11-01 | 1 | -0/+3 |
* | Relax restrictions on dwim places. | Kaz Kylheku | 2016-10-31 | 1 | -2/+2 |
* | lambda-set method: treat [struct ...] as place. | Kaz Kylheku | 2016-10-30 | 1 | -1/+1 |
* | Extend symbol-function accessor to methods. | Kaz Kylheku | 2016-10-29 | 1 | -0/+8 |
* | last, butlast: become accessors, get optional arg. | Kaz Kylheku | 2016-10-26 | 1 | -6/+6 |
* | New accessors nthlast and butlastn. | Kaz Kylheku | 2016-10-25 | 1 | -0/+2 |
* | Don't expand macros in quasiquote expander. | Kaz Kylheku | 2016-10-24 | 1 | -27/+24 |
* | Fix non-working quasiquote over struct literals. | Kaz Kylheku | 2016-10-24 | 1 | -0/+4 |
* | Changes to the printing framework. | Kaz Kylheku | 2016-10-20 | 1 | -4/+4 |