index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* eval.c: Symbol related intrinsic functions and variables made
Kaz Kylheku
2011-12-02
1
-0
/
+12
*
* eval.c (expand_qquote): Bugfix: removed bogus recognition
Kaz Kylheku
2011-12-02
1
-2
/
+0
*
* lib.h (or2): Restore macro version of or2, because we need
Kaz Kylheku
2011-11-30
1
-0
/
+2
*
* eval.c (op_modplace): Bugfix: conflation of new value and
Kaz Kylheku
2011-11-30
1
-3
/
+12
*
* eval.c (bindings_helper): Fix uninitialized variable.
Kaz Kylheku
2011-11-29
1
-0
/
+2
*
* eval.c (dohash_s): New symbol variable.
Kaz Kylheku
2011-11-29
1
-2
/
+44
*
* eval.c (eval_init): hashp and maphash functions registered.
Kaz Kylheku
2011-11-29
1
-0
/
+2
*
* eval.c (expand_vars): Bugfix: was not handling vars
Kaz Kylheku
2011-11-29
1
-0
/
+6
*
Support assignment to (car ...) and (cdr ...).
Kaz Kylheku
2011-11-29
1
-7
/
+34
*
* eval.c (let_star_s, for_s, for_star_s): New symbols.
Kaz Kylheku
2011-11-28
1
-12
/
+85
*
* eval.c (eval_init): More functions.
Kaz Kylheku
2011-11-28
1
-0
/
+20
*
Adding streams functions to Lisp evaluator.
Kaz Kylheku
2011-11-28
1
-1
/
+30
*
mapcar, mappend and apply functions.
Kaz Kylheku
2011-11-28
1
-17
/
+86
*
Added evaluation support for quote and quasiquote with unquotes.
Kaz Kylheku
2011-11-28
1
-19
/
+224
*
Task #11436
Kaz Kylheku
2011-11-26
1
-0
/
+589