summaryrefslogtreecommitdiffstats
path: root/tests/012
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lisplib.c (ifa_set_entries): Add conda.Kaz Kylheku2015-06-211-10/+15
* Test ifa macro.Kaz Kylheku2015-06-192-0/+47