summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* 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
* matcher: first pattern macro, sme.Kaz Kylheku2021-04-192-1/+47
* defmatch: pass form to mac-param-bind.Kaz Kylheku2021-04-191-1/+1
* compile/eval: print compiler error on *stderr*.Kaz Kylheku2021-04-191-1/+4
* new: remove superflous prefix from diagnostic.Kaz Kylheku2021-04-191-2/+1
* matcher: new @(scan) operator.Kaz Kylheku2021-04-182-1/+23
* matcher: allow user-defined patterns via defmatchKaz Kylheku2021-04-172-16/+36
* compiler: bugfix: rest parameter in inline lambdaKaz Kylheku2021-04-111-1/+4
* compiler: bug: symbol not in ffuns in call forms.Kaz Kylheku2021-04-101-6/+9
* Version 256txr-256Kaz Kylheku2021-04-071-1/+1
* doc: support doc function on android.Kaz Kylheku2021-04-071-2/+2
* awk: bugfix: string rs must not compile as regex.Kaz Kylheku2021-04-071-5/+5