| Commit message (Expand) | Author | Age | Files | Lines |
* | tree: new tree-peek function. | Kaz Kylheku | 2021-05-09 | 1 | -3/+5 |
* | matcher: new "each-match family" of macros. | Kaz Kylheku | 2021-05-04 | 2 | -6/+43 |
* | compiler: bug: not warning bad uses of some local funs. | Kaz Kylheku | 2021-05-03 | 1 | -2/+3 |
* | rel-path: bugfixes. | Kaz Kylheku | 2021-05-03 | 1 | -9/+14 |
* | New function: rel-path. | Kaz Kylheku | 2021-05-03 | 2 | -0/+33 |
* | New function: portable-abs-path-p. | Kaz Kylheku | 2021-05-02 | 1 | -1/+2 |
* | Version 258txr-258 | Kaz Kylheku | 2021-05-01 | 1 | -1/+1 |
* | tree: new functions for reseting iterator. | Kaz Kylheku | 2021-04-30 | 1 | -1/+3 |
* | tree: new tree-begin-at function. | Kaz Kylheku | 2021-04-29 | 1 | -2/+3 |
* | tree: more tests. | Kaz Kylheku | 2021-04-29 | 1 | -100/+101 |
* | matcher: quasi match incorrectly treats nil as bound. | Kaz Kylheku | 2021-04-26 | 1 | -1/+1 |
* | matcher: use match-str instead of sub-str and str= | Kaz Kylheku | 2021-04-26 | 1 | -4/+4 |
* | matcher: bugfix in `text{rest}` case. | Kaz Kylheku | 2021-04-26 | 1 | -2/+2 |
* | matcher: diagnose unhandled quasiliteral cases. | Kaz Kylheku | 2021-04-26 | 1 | -1/+6 |
* | match: third round of quasi tests and fixes. | Kaz Kylheku | 2021-04-25 | 1 | -0/+8 |
* | matcher: use @(as) capture. | Kaz Kylheku | 2021-04-25 | 1 | -4/+5 |
* | matcher: second round of quasi tests and fixes. | Kaz Kylheku | 2021-04-25 | 1 | -5/+9 |
* | matcher: first round of quasi tests and bugfix. | Kaz Kylheku | 2021-04-25 | 1 | -7/+5 |
* | matcher: recognize sys:quasi in necessary places. | Kaz Kylheku | 2021-04-25 | 1 | -7/+7 |
* | matcher: turn sys:quasi defmatch into built-in. | Kaz Kylheku | 2021-04-25 | 1 | -36/+44 |
* | matcher: new quasiliteral matching macro. | Kaz Kylheku | 2021-04-24 | 1 | -0/+109 |
* | compiler: optimize zero and one item quasiliterals. | Kaz Kylheku | 2021-04-24 | 1 | -1/+4 |
* | Version 257txr-257 | Kaz Kylheku | 2021-04-23 | 2 | -3/+3 |
* | compiler: bug: eliminate-frame not initializing tregs. | Kaz Kylheku | 2021-04-22 | 1 | -4/+12 |
* | compiler: bug: graph issue in dead code elimination. | Kaz Kylheku | 2021-04-22 | 1 | -1/+4 |
* | compiler: bug: const-folded (call ...) not quoted. | Kaz Kylheku | 2021-04-21 | 1 | -1/+1 |
* | matcher: defmatch: useful :env parameter. | Kaz Kylheku | 2021-04-21 | 1 | -5/+9 |
* | compile/eval: new operator, mac-env-param-bind. | Kaz Kylheku | 2021-04-21 | 2 | -2/+15 |
* | quips: two entries in Japanese. | Kaz Kylheku | 2021-04-20 | 1 | -0/+2 |
* | matcher: new pattern operator @(end) | Kaz Kylheku | 2021-04-20 | 2 | -44/+53 |
* | compile-file: fix bad diagnostic. | Kaz Kylheku | 2021-04-20 | 1 | -1/+1 |
* | matcher: first pattern macro, sme. | Kaz Kylheku | 2021-04-19 | 2 | -1/+47 |
* | defmatch: pass form to mac-param-bind. | Kaz Kylheku | 2021-04-19 | 1 | -1/+1 |
* | compile/eval: print compiler error on *stderr*. | Kaz Kylheku | 2021-04-19 | 1 | -1/+4 |
* | new: remove superflous prefix from diagnostic. | Kaz Kylheku | 2021-04-19 | 1 | -2/+1 |
* | matcher: new @(scan) operator. | Kaz Kylheku | 2021-04-18 | 2 | -1/+23 |
* | matcher: allow user-defined patterns via defmatch | Kaz Kylheku | 2021-04-17 | 2 | -16/+36 |
* | compiler: bugfix: rest parameter in inline lambda | Kaz Kylheku | 2021-04-11 | 1 | -1/+4 |
* | compiler: bug: symbol not in ffuns in call forms. | Kaz Kylheku | 2021-04-10 | 1 | -6/+9 |
* | Version 256txr-256 | Kaz Kylheku | 2021-04-07 | 1 | -1/+1 |
* | doc: support doc function on android. | Kaz Kylheku | 2021-04-07 | 1 | -2/+2 |
* | awk: bugfix: string rs must not compile as regex. | Kaz Kylheku | 2021-04-07 | 1 | -5/+5 |
* | qref: bugfix: handle a.(b).?c correctly. | Kaz Kylheku | 2021-04-05 | 1 | -1/+1 |
* | struct: fix lack of hygiene in null-safe qref. | Kaz Kylheku | 2021-04-05 | 1 | -1/+3 |
* | compiler: remove optional param from lookup-var. | Kaz Kylheku | 2021-04-05 | 1 | -5/+3 |
* | awk: relax restriction on :name. | Kaz Kylheku | 2021-04-04 | 1 | -4/+0 |
* | lib: new function for documentation lookup. | Kaz Kylheku | 2021-04-03 | 2 | -0/+2076 |
* | compiler: incorrect self-check in spy framework. | Kaz Kylheku | 2021-03-30 | 1 | -2/+2 |
* | compiler: cache param-info objects. | Kaz Kylheku | 2021-03-27 | 2 | -13/+16 |
* | compiler: regressions in source loc propagation | Kaz Kylheku | 2021-03-27 | 1 | -25/+27 |