summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* json: handling for bad UTF-8 bytes, NUL and \u0000.Kaz Kylheku2021-05-283-3181/+3189
* json: hash issues with quasiquoting.Kaz Kylheku2021-05-283-1721/+1750
* vim: syntax highlighting for #J syntax.Kaz Kylheku2021-05-271-8/+46
* doc: document json syntax support.Kaz Kylheku2021-05-272-124/+280
* json: omission in quasiquoted array.Kaz Kylheku2021-05-272-258/+266
* json: implement distinguished json quasiquote.Kaz Kylheku2021-05-275-3932/+3954
* json: support quasiquoting.Kaz Kylheku2021-05-276-5159/+5410
* json: extension: allow circle notation.Kaz Kylheku2021-05-264-4746/+4808
* New #J syntax for JSON objects in TXR Lisp.Kaz Kylheku2021-05-267-5447/+6269
* scanner: tweak buffer literal error message.Kaz Kylheku2021-05-262-2/+2
* Version 260txr-260Kaz Kylheku2021-05-266-290/+326
* tests: fix vtest being hindrance to error finding.Kaz Kylheku2021-05-253-12/+15
* listener: complete on structs and FFI typedefs.Kaz Kylheku2021-05-251-7/+11
* window-map: add tests, improve doc, add examples.Kaz Kylheku2021-05-252-23/+83
* doc: issue in identity function heading.Kaz Kylheku2021-05-252-3/+4
* doc: functions apply to arguments not vice versa.Kaz Kylheku2021-05-251-27/+32
* doc: maintenance in description of toint, tofloat.Kaz Kylheku2021-05-251-4/+6
* window-map: broken :wrap and :reflect.Kaz Kylheku2021-05-252-11/+54
* matcher: allow hash pattern to omit values.Kaz Kylheku2021-05-243-8/+59
* matcher: fix funny comma placement.Kaz Kylheku2021-05-241-2/+2
* parser: improve diagnostic for unterminated exprs.Kaz Kylheku2021-05-242-4/+10
* compiler: bugfix: warnings deferred too far.Kaz Kylheku2021-05-231-1/+4
* ffi: fix crash: carray argument type.Kaz Kylheku2021-05-221-1/+1
* eval: bugfix: expand keys in case{q,ql,qual}*Kaz Kylheku2021-05-211-2/+2
* doc: improvements ARGUMENTS AND OPTIONS.Kaz Kylheku2021-05-211-14/+80
* txr/doc: refer to arguments not data-files.Kaz Kylheku2021-05-212-2/+2
* txr: match help text wording to doc.Kaz Kylheku2021-05-211-6/+6
* quips: new TTY joke, and take on familiar saying.Kaz Kylheku2021-05-211-0/+2
* mpi: bug converting most negative 64 bit value.Kaz Kylheku2021-05-211-2/+3
* match: binary-integer conv tests for #x-8000...Kaz Kylheku2021-05-211-0/+21
* mpi: incorrect unsigned integer extraction.Kaz Kylheku2021-05-211-4/+6
* mpi: bug in range test predictes.Kaz Kylheku2021-05-211-3/+3
* math: add some tests related to integer conversion.Kaz Kylheku2021-05-211-0/+50
* listener: don't complete on unbound symbolsKaz Kylheku2021-05-181-4/+3
* doc: macrolet doesn't contain top-level forms.Kaz Kylheku2021-05-171-0/+28
* doc: deindent top-level form rules.Kaz Kylheku2021-05-171-1/+0
* doc: a round of documentation fixes.Paul A. Patience2021-05-171-98/+190
* doc: incorrect precedence of repeat special clauses.Kaz Kylheku2021-05-171-16/+28
* doc: deffi, defplace: syntax heading.Paul A. Patience2021-05-171-4/+4
* doc: rewrite flawed doc for sme operator.Kaz Kylheku2021-05-161-15/+42
* lib: sys_rplacd misnamed parameter.Kaz Kylheku2021-05-141-3/+3
* compiler: better code for global var definitions.Kaz Kylheku2021-05-144-10/+33
* doc: sort doc-syms, and html-decode.Kaz Kylheku2021-05-132-2049/+2063
* Version 259txr-259Kaz Kylheku2021-05-136-865/+920
* cygwin: fix broken string catenation.Kaz Kylheku2021-05-121-4/+4
* parser: bug: handing of lex state in pushback tokens.Kaz Kylheku2021-05-125-0/+15
* vim: attempt at #; syntax.Kaz Kylheku2021-05-121-4/+7
* doc: show .tlo files in deployment example.Kaz Kylheku2021-05-121-0/+2
* tree: let tree-iter be iterable via generic iteration.Kaz Kylheku2021-05-123-0/+36
* doc: nonexistent tree-value-atKaz Kylheku2021-05-112-3/+3