summaryrefslogtreecommitdiffstats
path: root/tests/010
Commit message (Expand)AuthorAgeFilesLines
* New function: group-map.Kaz Kylheku2022-03-021-2/+2
* hash: add tests for group-by, group-reduce.Kaz Kylheku2022-03-021-0/+16
* quasiquote: make new @,expr work in dot position.Kaz Kylheku2022-01-181-0/+12
* quasiquote: support @,expr hack.Kaz Kylheku2022-01-181-0/+30
* json: add tests with multi-line literals.Kaz Kylheku2022-01-101-0/+10
* txr: do not ignore regex in positive match.Kaz Kylheku2021-12-271-0/+11
* txr: function span variable must match existing value.Kaz Kylheku2021-12-271-0/+13
* txr: allow variable to span vertical function.Kaz Kylheku2021-12-261-0/+15
* tree: new functions for priority queue operation.Kaz Kylheku2021-12-181-0/+30
* tree: bugfix wrong tree-count.Kaz Kylheku2021-12-181-0/+10
* tree: support for duplicate keys.Kaz Kylheku2021-12-171-0/+33
* tree-count: new function.Kaz Kylheku2021-12-171-2/+10
* New function: delcons.Kaz Kylheku2021-09-021-0/+14
* txr: @(eof) takes argument for binding termination status.Kaz Kylheku2021-08-052-0/+5
* parser: allow trailing commas in json, via opt-in flag.Kaz Kylheku2021-07-291-0/+17
* tests: guix fixes.Kaz Kylheku2021-07-131-1/+1
* tests: json: skip tests relying on cat, if missing.Kaz Kylheku2021-07-121-7/+9
* tests: json: fix accidentally excluded tests.Kaz Kylheku2021-07-121-2/+2
* read/get-json: reject trailing junk in string input.Kaz Kylheku2021-06-201-1/+21
* lib: new function, fill-vec.Kaz Kylheku2021-06-081-0/+32
* json: improve escaping for script tags.Kaz Kylheku2021-06-031-2/+12
* json: fix two test cases for Windows.Kaz Kylheku2021-06-021-2/+5
* json: wrap up: test cases, fixes, tweaks.Kaz Kylheku2021-05-311-0/+124
* tree: let tree-iter be iterable via generic iteration.Kaz Kylheku2021-05-121-0/+5
* tree: streamline iteration; provide high limit.Kaz Kylheku2021-05-111-7/+7
* tree: support indexing and range extraction.Kaz Kylheku2021-05-111-0/+18
* tree: replace-tree-iter function.Kaz Kylheku2021-05-111-0/+11
* tree: copy-tree-iter function.Kaz Kylheku2021-05-101-0/+9
* diff/isec: reset hash/tree iter instead making new.Kaz Kylheku2021-05-102-0/+11
* tree: new tree-peek function.Kaz Kylheku2021-05-091-0/+8
* tree: new make_similar_tree unction.Kaz Kylheku2021-05-091-0/+8
* tree: new functions for reseting iterator.Kaz Kylheku2021-04-301-0/+15
* tree: use rlist in test case.Kaz Kylheku2021-04-301-1/+1
* tree: new tree-begin-at function.Kaz Kylheku2021-04-291-1/+28
* tree: more tests.Kaz Kylheku2021-04-291-0/+40
* tree: incorrect lookup function.Kaz Kylheku2021-04-291-0/+31
* tree: debug massive gc problems.Kaz Kylheku2021-04-291-0/+0
* lib: sort becomes non-destructive; nsort introduced.Kaz Kylheku2020-05-131-3/+3
* Replace most TXR eval with Lisp eval.Kaz Kylheku2016-06-141-1/+1
* Multi-line, indented printing of structure.Kaz Kylheku2015-07-311-2/+7
* New macro-based framework for assignment places.Kaz Kylheku2015-05-062-2/+0
* * parser.l: Allowing ^ to be a quote character, and adjusting definitionKaz Kylheku2014-03-031-1/+1
* * tests/010/output-clauses.expected: New file.Kaz Kylheku2014-02-282-0/+78
* * tests/010/block.expected: New file.Kaz Kylheku2012-03-154-0/+14
* * stream.c (string_out_byte_flush): Bugfix. Do not loop inside thisKaz Kylheku2012-03-132-0/+12
* * tests/010/seq.txr: New file.Kaz Kylheku2012-02-222-0/+33
* This test case would have caught the prior regression.Kaz Kylheku2012-02-023-0/+54