summaryrefslogtreecommitdiffstats
path: root/tests/012
Commit message (Expand)AuthorAgeFilesLines
* oop: add tests for diamond problem.Kaz Kylheku2020-09-012-2/+23
* New: protocol for iteration with structs.Kaz Kylheku2020-07-072-0/+56
* ifa: fix broken/invalid test case.Kaz Kylheku2020-04-231-2/+5
* New function: assq and rassq.Kaz Kyheku2020-02-242-0/+8
* multiple-inheritance: test static-slot-home.Kaz Kylheku2019-12-132-1/+6
* multiple-inheritance: super-method loose ends.Kaz Kylheku2019-12-132-4/+26
* OOP: implementing multiple inheritance.Kaz Kylheku2019-12-112-0/+55
* tests: add tests for list-builder and fix bug.Kaz Kylheku2019-09-101-0/+10
* New tests for sequence manipulation.Kaz Kylheku2019-09-092-0/+9
* defset: bind new-val-sym to temporary variable.Kaz Kylheku2019-06-281-2/+12
* defset: add tests.Kaz Kylheku2019-06-172-0/+11
* The code expander becomes a public API.Kaz Kylheku2018-11-021-12/+12
* tests: remove macro-time hack from man-or-boy test.Kaz Kylheku2018-07-171-1/+1
* printer: improve object formatting.Kaz Kylheku2018-04-051-2/+4
* eval: remove hack of macro deffers evaled on expansion.Kaz Kylheku2018-03-251-1/+1
* sub and replace redirect to structure methods.Kaz Kylheku2018-01-011-1/+4
* tests: add lambda quine tests.Kaz Kylheku2017-07-072-0/+17
* structs: new tests for static-slot-ensure.Kaz Kylheku2017-07-052-0/+23
* Support ref, refset on structs via lambda, lambda-set.Kaz Kylheku2017-06-161-1/+1
* Some basic tests for finalization.Kaz Kylheku2017-03-242-0/+105
* New catch*, giving access to exception symbol.Kaz Kylheku2017-01-251-12/+12
* Test cases for macros in quasiliterals.Kaz Kylheku2017-01-181-0/+11
* conformance: handle macro wrong clause syntax.Kaz Kylheku2016-11-291-1/+1
* Expander warns about unbound variables.Kaz Kylheku2016-11-262-6/+6
* Circ print: fix recursion from print methods.Kaz Kylheku2016-11-012-0/+16
* Fix non-working quasiquote over struct literals.Kaz Kylheku2016-10-241-4/+3
* Changes to the printing framework.Kaz Kylheku2016-10-201-1/+1
* Fix struct lit problem exposed by circular syntax.Kaz Kylheku2016-10-201-1/+1
* Bugfix: sub and length on abstract sequences.Kaz Kylheku2016-10-132-0/+15
* Support curried args in method and meth.Kaz Kylheku2016-10-092-0/+13
* Support curried arguments in umethod and umeth.Kaz Kylheku2016-10-092-0/+4
* Revision of static slot inheritance.Kaz Kylheku2016-09-302-0/+83
* Optimize qref and sys:rslot using slet.Kaz Kylheku2016-09-081-14/+8
* Useful feature: object post-initialization.Kaz Kylheku2015-12-161-1/+2
* Add man or boy test, based on Knuth's Algol 60 code.Kaz Kylheku2015-11-232-0/+69
* Add amb test case for continuations.Kaz Kylheku2015-11-021-0/+20
* Add some tests for continuations.Kaz Kylheku2015-10-282-0/+19
* New test case for handle and frame introspection.Kaz Kylheku2015-10-172-0/+19
* Tweaking expansions of when and until.Kaz Kylheku2015-10-091-4/+4
* Optional arguments in boa construction.Kaz Kylheku2015-10-041-2/+2
* Optimize empty lambdas in defstruct.Kaz Kylheku2015-09-301-16/+14
* Implementation of static slots for structures.Kaz Kylheku2015-09-291-12/+17
* More tests for ifa/conda.Kaz Kylheku2015-09-271-0/+15
* More informative printed rep for functions.Kaz Kylheku2015-09-091-1/+1
* Adding struct tests.Kaz Kylheku2015-09-022-0/+136
* Fix broken @@@<n>/@@@rest references in quasiliterals.Kaz Kylheku2015-08-191-0/+4
* Quasiquote regression from 110.Kaz Kylheku2015-08-191-0/+8
* Quasiliteral tests.Kaz Kylheku2015-07-252-0/+15
* * tests/012/ifa.tl: New test for it being bound to a place.Kaz Kylheku2015-07-241-0/+5
* Split off test macros from ifa.tl into common file.Kaz Kylheku2015-07-231-14/+1