| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix struct lit problem exposed by circular syntax. | Kaz Kylheku | 2016-10-20 | 1 | -1/+1 |
* | Bugfix: sub and length on abstract sequences. | Kaz Kylheku | 2016-10-13 | 2 | -0/+15 |
* | Support curried args in method and meth. | Kaz Kylheku | 2016-10-09 | 2 | -0/+13 |
* | Support curried arguments in umethod and umeth. | Kaz Kylheku | 2016-10-09 | 2 | -0/+4 |
* | Revision of static slot inheritance. | Kaz Kylheku | 2016-09-30 | 2 | -0/+83 |
* | Optimize qref and sys:rslot using slet. | Kaz Kylheku | 2016-09-08 | 1 | -14/+8 |
* | Useful feature: object post-initialization. | Kaz Kylheku | 2015-12-16 | 1 | -1/+2 |
* | Add man or boy test, based on Knuth's Algol 60 code. | Kaz Kylheku | 2015-11-23 | 2 | -0/+69 |
* | Add amb test case for continuations. | Kaz Kylheku | 2015-11-02 | 1 | -0/+20 |
* | Add some tests for continuations. | Kaz Kylheku | 2015-10-28 | 2 | -0/+19 |
* | New test case for handle and frame introspection. | Kaz Kylheku | 2015-10-17 | 2 | -0/+19 |
* | Tweaking expansions of when and until. | Kaz Kylheku | 2015-10-09 | 1 | -4/+4 |
* | Optional arguments in boa construction. | Kaz Kylheku | 2015-10-04 | 1 | -2/+2 |
* | Optimize empty lambdas in defstruct. | Kaz Kylheku | 2015-09-30 | 1 | -16/+14 |
* | Implementation of static slots for structures. | Kaz Kylheku | 2015-09-29 | 1 | -12/+17 |