summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* 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
* qref: bugfix: handle a.(b).?c correctly.Kaz Kylheku2021-04-051-1/+1
* struct: fix lack of hygiene in null-safe qref.Kaz Kylheku2021-04-051-1/+3
* compiler: remove optional param from lookup-var.Kaz Kylheku2021-04-051-5/+3
* awk: relax restriction on :name.Kaz Kylheku2021-04-041-4/+0
* lib: new function for documentation lookup.Kaz Kylheku2021-04-032-0/+2076
* compiler: incorrect self-check in spy framework.Kaz Kylheku2021-03-301-2/+2
* compiler: cache param-info objects.Kaz Kylheku2021-03-272-13/+16
* compiler: regressions in source loc propagationKaz Kylheku2021-03-271-25/+27
* compile/eval: more standard formatting for diags.Kaz Kylheku2021-03-272-6/+5
* compiler: bugfix: bad expand-quasi-mods call.Kaz Kylheku2021-03-271-1/+1
* compiler: check number of arguments.Kaz Kylheku2021-03-272-35/+81
* compiler: fix: careless constant folding of call.Kaz Kylheku2021-03-271-1/+4
* Version 255txr-255Kaz Kylheku2021-03-261-1/+1
* compiler: new jump skid optimization case.Kaz Kylheku2021-03-251-0/+9
* ffi: support float type as variadic argument.Kaz Kylheku2021-03-221-6/+12
* compiler: improve end-propagating optimization.Kaz Kylheku2021-03-171-7/+13
* compiler: use registers for function parameters.Kaz Kylheku2021-03-171-67/+74
* compiler: split variable spies into two types.Kaz Kylheku2021-03-161-33/+44
* compiler: trim unused accumulation from var-spy.Kaz Kylheku2021-03-161-8/+2