summaryrefslogtreecommitdiffstats
path: root/tests/006/freeform-2.txr
Commit message (Expand)AuthorAgeFilesLines
* More testcases.Kaz Kylheku2010-02-281-0/+3
ns'>+10 * C++ regression in printer.Kaz Kylheku2016-12-071-21/+23 * bugfix: , *sym printed as ,*sym.Kaz Kylheku2016-12-061-2/+18 * bugfix: print unquote/splice in dot position.Kaz Kylheku2016-12-051-1/+19 * Adding curry_1234_1 function.Kaz Kylheku2016-12-011-0/+15 * Don't throw when printing (sys:quasi . atom).Kaz Kylheku2016-11-271-2/+2 * bugfix: read-print consistency for @(expr).Kaz Kylheku2016-11-271-1/+1 * Expander warns about unbound variables.Kaz Kylheku2016-11-261-1/+4 * bugfix: quasilit read/print consistency, part 2.Kaz Kylheku2016-11-261-1/+1 * bugfix: quasilit read/print consistency, part 1.Kaz Kylheku2016-11-261-2/+2 * Completion of fallback list implementation.Kaz Kylheku2016-11-161-1/+26 * Start of fallback package list implementation.Kaz Kylheku2016-11-161-0/+53 * Fix circular printing issue for package objects.Kaz Kylheku2016-11-101-1/+1 * Handle interpreted functions in circle printing.Kaz Kylheku2016-11-101-0/+7 * Fix some gc-unsafe mutations found by inspection.Kaz Kylheku2016-11-101-2/+2 * Check for non-package value in *package*.Kaz Kylheku2016-11-101-1/+9 * Implementing package foreign symbol concept.Kaz Kylheku2016-11-101-38/+238 * Check that name is stringp in some sym functions.Kaz Kylheku2016-11-081-6/+18 * Implement *package* special var; package overhaul.Kaz Kylheku2016-11-081-26/+11 * Don't access *print-circle* in early init.Kaz Kylheku2016-11-081-1/+1 * Circ print: fix recursion from print methods.Kaz Kylheku2016-11-011-12/+23 * Don't enter symbols into cycle-identifying hash.Kaz Kylheku2016-10-311-2/+7 * Relax restrictions on dwim places.Kaz Kylheku2016-10-311-9/+34 * lambda-set method: treat [struct ...] as place.Kaz Kylheku2016-10-301-19/+51 * Same fix in tok-where as tok-str.Kaz Kylheku2016-10-261-1/+23 * Don't bother with numeq comparison in tok_where.Kaz Kylheku2016-10-261-1/+1 * Fix regression: broken tok_where.Kaz Kylheku2016-10-26