| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | compile/eval: more standard formatting for diags. | Kaz Kylheku | 2021-03-27 | 2 | -6/+5 |
* | compiler: bugfix: bad expand-quasi-mods call. | Kaz Kylheku | 2021-03-27 | 1 | -1/+1 |
* | compiler: check number of arguments. | Kaz Kylheku | 2021-03-27 | 2 | -35/+81 |
* | compiler: fix: careless constant folding of call. | Kaz Kylheku | 2021-03-27 | 1 | -1/+4 |
* | Version 255txr-255 | Kaz Kylheku | 2021-03-26 | 1 | -1/+1 |
* | compiler: new jump skid optimization case. | Kaz Kylheku | 2021-03-25 | 1 | -0/+9 |
* | ffi: support float type as variadic argument. | Kaz Kylheku | 2021-03-22 | 1 | -6/+12 |
* | compiler: improve end-propagating optimization. | Kaz Kylheku | 2021-03-17 | 1 | -7/+13 |
* | compiler: use registers for function parameters. | Kaz Kylheku | 2021-03-17 | 1 | -67/+74 |
* | compiler: split variable spies into two types. | Kaz Kylheku | 2021-03-16 | 1 | -33/+44 |
* | compiler: trim unused accumulation from var-spy. | Kaz Kylheku | 2021-03-16 | 1 | -8/+2 |