summaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * 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