| Commit message (Expand) | Author | Age | Files | Lines |
* | read/get-json: reject trailing junk in string input. | Kaz Kylheku | 2021-06-20 | 1 | -0/+52 |
* | op: tests, and fix (op progn ...) situation | Kaz Kylheku | 2021-06-17 | 1 | -0/+71 |
* | expander: bug: atoms in quasiliteral. | Kaz Kylheku | 2021-06-15 | 1 | -0/+15 |
* | tests: remove *stderr* to *stdnull* redirection. | Kaz Kylheku | 2021-06-11 | 1 | -2/+1 |
* | reduce-left: rewrite using seq_iter. | Kaz Kylheku | 2021-06-09 | 1 | -0/+10 |
* | expander: expand must only ignores unbound warnings. | Kaz Kylheku | 2021-06-07 | 1 | -4/+4 |
* | tests: fix vtest being hindrance to error finding. | Kaz Kylheku | 2021-05-25 | 1 | -1/+1 |
* | window-map: add tests, improve doc, add examples. | Kaz Kylheku | 2021-05-25 | 1 | -0/+19 |
* | window-map: broken :wrap and :reflect. | Kaz Kylheku | 2021-05-25 | 1 | -0/+33 |
* | parser: bug: handing of lex state in pushback tokens. | Kaz Kylheku | 2021-05-12 | 1 | -0/+6 |
* | parser: #; tests and bugfixes. | Kaz Kylheku | 2021-05-06 | 1 | -0/+20 |
* | buf: bugfix: int-buf, uint-buf refer to alloc size. | Kaz Kylheku | 2021-05-04 | 1 | -0/+4 |
* | mapcar*: fix broken. | Kaz Kylheku | 2021-04-29 | 1 | -0/+6 |
* | compile/eval: new operator, mac-env-param-bind. | Kaz Kylheku | 2021-04-21 | 1 | -0/+5 |
* | tests: disable some UTF-8 tests on 16 bit wchar_t. | Kaz Kylheku | 2021-04-20 | 1 | -8/+9 |
* | compile/eval: print compiler error on *stderr*. | Kaz Kylheku | 2021-04-19 | 1 | -1/+2 |
* | tests: use fixed regsub in compile test. | Kaz Kylheku | 2021-04-13 | 1 | -1/+1 |
* | tests: implicitly generate empty .expected files. | Kaz Kylheku | 2021-04-12 | 13 | -2/+4 |
* | compiler: new test case. | Kaz Kylheku | 2021-04-11 | 1 | -0/+12 |
* | parser: allow non-UTF-8 bytes in literals and regexes. | Kaz Kylheku | 2021-04-08 | 1 | -0/+6 |
* | parser: allow funny UTF-8 in regexes and literals. | Kaz Kylheku | 2021-04-08 | 2 | -0/+7 |
* | struct: changing meaning of obj.[fun ...] syntax. | Kaz Kylheku | 2021-02-09 | 2 | -6/+6 |
* | mapcar: add test covering recent regression. | Kaz Kylheku | 2021-01-18 | 1 | -0/+3 |
* | oop: add tests for diamond problem. | Kaz Kylheku | 2020-09-01 | 2 | -2/+23 |
* | New: protocol for iteration with structs. | Kaz Kylheku | 2020-07-07 | 2 | -0/+56 |
* | ifa: fix broken/invalid test case. | Kaz Kylheku | 2020-04-23 | 1 | -2/+5 |
* | New function: assq and rassq. | Kaz Kyheku | 2020-02-24 | 2 | -0/+8 |
* | multiple-inheritance: test static-slot-home. | Kaz Kylheku | 2019-12-13 | 2 | -1/+6 |
* | multiple-inheritance: super-method loose ends. | Kaz Kylheku | 2019-12-13 | 2 | -4/+26 |
* | OOP: implementing multiple inheritance. | Kaz Kylheku | 2019-12-11 | 2 | -0/+55 |
* | tests: add tests for list-builder and fix bug. | Kaz Kylheku | 2019-09-10 | 1 | -0/+10 |
* | New tests for sequence manipulation. | Kaz Kylheku | 2019-09-09 | 2 | -0/+9 |
* | defset: bind new-val-sym to temporary variable. | Kaz Kylheku | 2019-06-28 | 1 | -2/+12 |
* | defset: add tests. | Kaz Kylheku | 2019-06-17 | 2 | -0/+11 |
* | The code expander becomes a public API. | Kaz Kylheku | 2018-11-02 | 1 | -12/+12 |
* | tests: remove macro-time hack from man-or-boy test. | Kaz Kylheku | 2018-07-17 | 1 | -1/+1 |
* | printer: improve object formatting. | Kaz Kylheku | 2018-04-05 | 1 | -2/+4 |
* | eval: remove hack of macro deffers evaled on expansion. | Kaz Kylheku | 2018-03-25 | 1 | -1/+1 |
* | sub and replace redirect to structure methods. | Kaz Kylheku | 2018-01-01 | 1 | -1/+4 |
* | tests: add lambda quine tests. | Kaz Kylheku | 2017-07-07 | 2 | -0/+17 |
* | structs: new tests for static-slot-ensure. | Kaz Kylheku | 2017-07-05 | 2 | -0/+23 |
* | Support ref, refset on structs via lambda, lambda-set. | Kaz Kylheku | 2017-06-16 | 1 | -1/+1 |
* | Some basic tests for finalization. | Kaz Kylheku | 2017-03-24 | 2 | -0/+105 |
* | New catch*, giving access to exception symbol. | Kaz Kylheku | 2017-01-25 | 1 | -12/+12 |
* | Test cases for macros in quasiliterals. | Kaz Kylheku | 2017-01-18 | 1 | -0/+11 |
* | conformance: handle macro wrong clause syntax. | Kaz Kylheku | 2016-11-29 | 1 | -1/+1 |
* | Expander warns about unbound variables. | Kaz Kylheku | 2016-11-26 | 2 | -6/+6 |
* | Circ print: fix recursion from print methods. | Kaz Kylheku | 2016-11-01 | 2 | -0/+16 |
* | Fix non-working quasiquote over struct literals. | Kaz Kylheku | 2016-10-24 | 1 | -4/+3 |
* | Changes to the printing framework. | Kaz Kylheku | 2016-10-20 | 1 | -1/+1 |