| Commit message (Expand) | Author | Age | Files | Lines |
* | json: functions put-json and put-jsonl. | Kaz Kylheku | 2021-05-29 | 1 | -0/+2 |
* | compiler: mov into t0 bug in compiling catch form | Kaz Kylheku | 2021-05-29 | 1 | -6/+8 |
* | parser: remove some parser access functions. | Kaz Kylheku | 2021-05-28 | 1 | -4/+3 |
* | parser: provide parse-errors function. | Kaz Kylheku | 2021-05-28 | 1 | -0/+1 |
* | json: get-json function. | Kaz Kylheku | 2021-05-28 | 1 | -0/+1 |
* | json: tojson function. | Kaz Kylheku | 2021-05-28 | 1 | -0/+1 |
* | doc: document json syntax support. | Kaz Kylheku | 2021-05-27 | 1 | -124/+125 |
* | Version 260txr-260 | Kaz Kylheku | 2021-05-26 | 1 | -1/+1 |
* | doc: issue in identity function heading. | Kaz Kylheku | 2021-05-25 | 1 | -2/+3 |
* | matcher: allow hash pattern to omit values. | Kaz Kylheku | 2021-05-24 | 1 | -7/+29 |
* | matcher: fix funny comma placement. | Kaz Kylheku | 2021-05-24 | 1 | -2/+2 |
* | compiler: bugfix: warnings deferred too far. | Kaz Kylheku | 2021-05-23 | 1 | -1/+4 |
* | quips: new TTY joke, and take on familiar saying. | Kaz Kylheku | 2021-05-21 | 1 | -0/+2 |
* | compiler: better code for global var definitions. | Kaz Kylheku | 2021-05-14 | 1 | -5/+7 |
* | doc: sort doc-syms, and html-decode. | Kaz Kylheku | 2021-05-13 | 1 | -2048/+2049 |
* | Version 259txr-259 | Kaz Kylheku | 2021-05-13 | 1 | -1/+1 |
* | doc: nonexistent tree-value-at | Kaz Kylheku | 2021-05-11 | 1 | -1/+1 |
* | tree: streamline iteration; provide high limit. | Kaz Kylheku | 2021-05-11 | 1 | -1565/+1563 |
* | tree: support indexing and range extraction. | Kaz Kylheku | 2021-05-11 | 1 | -1564/+1565 |
* | tree: replace-tree-iter function. | Kaz Kylheku | 2021-05-11 | 1 | -1/+2 |
* | tree: copy-tree-iter function. | Kaz Kylheku | 2021-05-10 | 1 | -1/+2 |
* | 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 |