summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* parser: remove some parser access functions.Kaz Kylheku2021-05-281-4/+3
* parser: provide parse-errors function.Kaz Kylheku2021-05-281-0/+1
* json: get-json function.Kaz Kylheku2021-05-281-0/+1
* json: tojson function.Kaz Kylheku2021-05-281-0/+1
* doc: document json syntax support.Kaz Kylheku2021-05-271-124/+125
* Version 260txr-260Kaz Kylheku2021-05-261-1/+1
* doc: issue in identity function heading.Kaz Kylheku2021-05-251-2/+3
* matcher: allow hash pattern to omit values.Kaz Kylheku2021-05-241-7/+29
* matcher: fix funny comma placement.Kaz Kylheku2021-05-241-2/+2
* compiler: bugfix: warnings deferred too far.Kaz Kylheku2021-05-231-1/+4
* quips: new TTY joke, and take on familiar saying.Kaz Kylheku2021-05-211-0/+2
* compiler: better code for global var definitions.Kaz Kylheku2021-05-141-5/+7
* doc: sort doc-syms, and html-decode.Kaz Kylheku2021-05-131-2048/+2049
* Version 259txr-259Kaz Kylheku2021-05-131-1/+1
* doc: nonexistent tree-value-atKaz Kylheku2021-05-111-1/+1
* tree: streamline iteration; provide high limit.Kaz Kylheku2021-05-111-1565/+1563
* tree: support indexing and range extraction.Kaz Kylheku2021-05-111-1564/+1565
* tree: replace-tree-iter function.Kaz Kylheku2021-05-111-1/+2
* tree: copy-tree-iter function.Kaz Kylheku2021-05-101-1/+2
* tree: new tree-peek function.Kaz Kylheku2021-05-091-3/+5
* matcher: new "each-match family" of macros.Kaz Kylheku2021-05-042-6/+43
* compiler: bug: not warning bad uses of some local funs.Kaz Kylheku2021-05-031-2/+3
* rel-path: bugfixes.Kaz Kylheku2021-05-031-9/+14
* New function: rel-path.Kaz Kylheku2021-05-032-0/+33
* New function: portable-abs-path-p.Kaz Kylheku2021-05-021-1/+2
* Version 258txr-258Kaz Kylheku2021-05-011-1/+1
* tree: new functions for reseting iterator.Kaz Kylheku2021-04-301-1/+3
* tree: new tree-begin-at function.Kaz Kylheku2021-04-291-2/+3
* tree: more tests.Kaz Kylheku2021-04-291-100/+101
* matcher: quasi match incorrectly treats nil as bound.Kaz Kylheku2021-04-261-1/+1
* matcher: use match-str instead of sub-str and str=Kaz Kylheku2021-04-261-4/+4
* matcher: bugfix in `text{rest}` case.Kaz Kylheku2021-04-261-2/+2
* matcher: diagnose unhandled quasiliteral cases.Kaz Kylheku2021-04-261-1/+6
* match: third round of quasi tests and fixes.Kaz Kylheku2021-04-251-0/+8
* matcher: use @(as) capture.Kaz Kylheku2021-04-251-4/+5
* matcher: second round of quasi tests and fixes.Kaz Kylheku2021-04-251-5/+9
* matcher: first round of quasi tests and bugfix.Kaz Kylheku2021-04-251-7/+5
* matcher: recognize sys:quasi in necessary places.Kaz Kylheku2021-04-251-7/+7
* matcher: turn sys:quasi defmatch into built-in.Kaz Kylheku2021-04-251-36/+44
* matcher: new quasiliteral matching macro.Kaz Kylheku2021-04-241-0/+109
* compiler: optimize zero and one item quasiliterals.Kaz Kylheku2021-04-241-1/+4
* Version 257txr-257Kaz Kylheku2021-04-232-3/+3
* compiler: bug: eliminate-frame not initializing tregs.Kaz Kylheku2021-04-221-4/+12
* compiler: bug: graph issue in dead code elimination.Kaz Kylheku2021-04-221-1/+4
* compiler: bug: const-folded (call ...) not quoted.Kaz Kylheku2021-04-211-1/+1
* matcher: defmatch: useful :env parameter.Kaz Kylheku2021-04-211-5/+9
* compile/eval: new operator, mac-env-param-bind.Kaz Kylheku2021-04-212-2/+15
* quips: two entries in Japanese.Kaz Kylheku2021-04-201-0/+2
* matcher: new pattern operator @(end)Kaz Kylheku2021-04-202-44/+53
* compile-file: fix bad diagnostic.Kaz Kylheku2021-04-201-1/+1