summaryrefslogtreecommitdiffstats
path: root/tests/012
Commit message (Expand)AuthorAgeFilesLines
* compile/eval: new operator, mac-env-param-bind.Kaz Kylheku2021-04-211-0/+5
* tests: disable some UTF-8 tests on 16 bit wchar_t.Kaz Kylheku2021-04-201-8/+9
* compile/eval: print compiler error on *stderr*.Kaz Kylheku2021-04-191-1/+2
* tests: use fixed regsub in compile test.Kaz Kylheku2021-04-131-1/+1
* tests: implicitly generate empty .expected files.Kaz Kylheku2021-04-1213-2/+4
* compiler: new test case.Kaz Kylheku2021-04-111-0/+12
* parser: allow non-UTF-8 bytes in literals and regexes.Kaz Kylheku2021-04-081-0/+6
* parser: allow funny UTF-8 in regexes and literals.Kaz Kylheku2021-04-082-0/+7
* struct: changing meaning of obj.[fun ...] syntax.Kaz Kylheku2021-02-092-6/+6
* mapcar: add test covering recent regression.Kaz Kylheku2021-01-181-0/+3
* 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