summaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (op_unwind_protect): Fixed uninitialized variableKaz Kylheku2011-12-061-2/+13
* * eval.c (op_cond): Fixed behavior for singleton clauses.Kaz Kylheku2011-12-051-8/+11
* * eval.c (op_qquote_error, op_unquote_error): New static functions.Kaz Kylheku2011-12-041-0/+19
* Expose lazy lists in TXR Lisp.Kaz Kylheku2011-12-031-0/+4
* * eval.c (uw_protect_s, return_s, return_from_s): New symbolKaz Kylheku2011-12-031-5/+61
* * eval.c (eval_init): String and character functionsKaz Kylheku2011-12-031-1/+24
* * eval.c: Symbol related intrinsic functions and variables madeKaz Kylheku2011-12-021-0/+12
* * eval.c (expand_qquote): Bugfix: removed bogus recognitionKaz Kylheku2011-12-021-2/+0
* * lib.h (or2): Restore macro version of or2, because we needKaz Kylheku2011-11-301-0/+2
* * eval.c (op_modplace): Bugfix: conflation of new value andKaz Kylheku2011-11-301-3/+12
* * eval.c (bindings_helper): Fix uninitialized variable.Kaz Kylheku2011-11-291-0/+2
* * eval.c (dohash_s): New symbol variable.Kaz Kylheku2011-11-291-2/+44
* * eval.c (eval_init): hashp and maphash functions registered.Kaz Kylheku2011-11-291-0/+2
* * eval.c (expand_vars): Bugfix: was not handling varsKaz Kylheku2011-11-291-0/+6
* Support assignment to (car ...) and (cdr ...).Kaz Kylheku2011-11-291-7/+34
* * eval.c (let_star_s, for_s, for_star_s): New symbols.Kaz Kylheku2011-11-281-12/+85
* * eval.c (eval_init): More functions.Kaz Kylheku2011-11-281-0/+20
* Adding streams functions to Lisp evaluator.Kaz Kylheku2011-11-281-1/+30
* mapcar, mappend and apply functions.Kaz Kylheku2011-11-281-17/+86
* Added evaluation support for quote and quasiquote with unquotes.Kaz Kylheku2011-11-281-19/+224
* Task #11436Kaz Kylheku2011-11-261-0/+589