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
...
*
Check for non-symbols in catch clauses.
Kaz Kylheku
2016-12-31
1
-0
/
+2
*
Check assignment special forms at expansion time.
Kaz Kylheku
2016-12-29
1
-35
/
+29
*
Reintroduce lambda checks and macro param bugfix.
Kaz Kylheku
2016-12-29
1
-37
/
+67
*
Bugfix: optarg presence indicators may be specials.
Kaz Kylheku
2016-12-29
1
-0
/
+7
*
Hoist binding and arg checking to expansion time.
Kaz Kylheku
2016-12-29
1
-171
/
+124
*
Add qquot optimization for ranges.
Kaz Kylheku
2016-12-25
1
-0
/
+10
*
Bugfix: incorrect quasi-quoting over #R syntax.
Kaz Kylheku
2016-12-25
1
-1
/
+5
*
bugfix: dynamic env handling in parallel binding
Kaz Kylheku
2016-12-23
1
-18
/
+57
*
Last var may be omitted in iflet/whenlet/condlet.
Kaz Kylheku
2016-12-22
1
-2
/
+16
*
comment change in expander.
Kaz Kylheku
2016-12-20
1
-4
/
+3
*
Different approach for specials in let/let*.
Kaz Kylheku
2016-12-20
1
-36
/
+49
*
Bugfix: sys:unbound mechanism lacks hygiene.
Kaz Kylheku
2016-12-20
1
-2
/
+2
*
Remove more vestiges of old specials handling.
Kaz Kylheku
2016-12-20
1
-6
/
+0
*
Remove vestiges of old special binding scheme.
Kaz Kylheku
2016-12-19
1
-66
/
+17
*
Changing how binding of special variables works.
Kaz Kylheku
2016-12-18
1
-60
/
+72
*
Refactoring internals of for/each operators.
Kaz Kylheku
2016-12-18
1
-60
/
+124
*
Adding mismatch function.
Kaz Kylheku
2016-12-12
1
-0
/
+1
*
Improve unbound function warning.
Kaz Kylheku
2016-12-12
1
-1
/
+5
*
Method lookup doesn't throw on nonexistent slots.
Kaz Kylheku
2016-12-11
1
-1
/
+2
*
New function: endp.
Kaz Kylheku
2016-12-10
1
-0
/
+1
*
New equot macro: expand then suppress evaluation.
Kaz Kylheku
2016-12-08
1
-0
/
+9
*
Eliminate duplicated warning-suppressing function.
Kaz Kylheku
2016-11-28
1
-6
/
+2
*
bugfix: awk macro spews warnings.
Kaz Kylheku
2016-11-28
1
-1
/
+16
*
Warn about unbound functions.
Kaz Kylheku
2016-11-27
1
-1
/
+4
*
bugfix: var environment in expansion of defun.
Kaz Kylheku
2016-11-27
1
-1
/
+4
*
Expander warns about unbound variables.
Kaz Kylheku
2016-11-26
1
-9
/
+36
*
bugfix: quasilit read/print consistency, part 2.
Kaz Kylheku
2016-11-26
1
-3
/
+3
*
bugfix: quasilit read/print consistency, part 1.
Kaz Kylheku
2016-11-26
1
-12
/
+3
*
bugfix: dohash expander not making shadowing env.
Kaz Kylheku
2016-11-25
1
-1
/
+2
*
bugfix: expander traversing (sys:expr ...).
Kaz Kylheku
2016-11-25
1
-1
/
+1
*
bugfix: op handles @rest in dot position.
Kaz Kylheku
2016-11-25
1
-1
/
+1
*
bugfix: don't expand @meta syntax as function call.
Kaz Kylheku
2016-11-24
1
-0
/
+2
*
bugfix: op macro using wrong expansions op.
Kaz Kylheku
2016-11-24
1
-1
/
+3
*
macro-time: interleave evaluation and expansion.
Kaz Kylheku
2016-11-24
1
-2
/
+6
*
bugfix: neglect to expand mac-param-bind forms.
Kaz Kylheku
2016-11-24
1
-6
/
+19
*
bugfix: macrolet args not included in macro env.
Kaz Kylheku
2016-11-24
1
-29
/
+31
*
bugfix: indicator params absent from macro envs.
Kaz Kylheku
2016-11-24
1
-2
/
+5
*
Move unwind intrinsics from eval.c to unwind.c.
Kaz Kylheku
2016-11-23
1
-27
/
+1
*
Allow global macros to be denoted by (macro sym).
Kaz Kylheku
2016-11-19
1
-14
/
+49
*
Handle interpreted macros through function.
Kaz Kylheku
2016-11-19
1
-29
/
+32
*
Use function rather than cptr built-in macros.
Kaz Kylheku
2016-11-19
1
-51
/
+48
*
Reproduce shared structure in sys:switch expansion.
Kaz Kylheku
2016-11-18
1
-4
/
+36
*
Bugfix in expansion-time progn reduction.
Kaz Kylheku
2016-11-18
1
-1
/
+1
*
Adding a tagbody macro to the language.
Kaz Kylheku
2016-11-18
1
-1
/
+47
*
Start of fallback package list implementation.
Kaz Kylheku
2016-11-16
1
-0
/
+2
*
Introduce case{q,ql,qual}* macros which eval keys.
Kaz Kylheku
2016-11-12
1
-3
/
+19
*
Clause in case{q,ql,qual} with no forms yields nil.
Kaz Kylheku
2016-11-11
1
-1
/
+3
*
Bugfix in case{q,ql,qual} macro expansion.
Kaz Kylheku
2016-11-11
1
-6
/
+17
*
Streamline variable assignment operators slightly.
Kaz Kylheku
2016-11-11
1
-15
/
+12
*
Fix some gc-unsafe mutations found by inspection.
Kaz Kylheku
2016-11-10
1
-1
/
+1
[prev]
[next]