index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
parser.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
bug: :vars not usable with :counter in @(repeat).
Kaz Kylheku
2023-08-02
1
-1
/
+1
*
eval: take macro environment.
Kaz Kylheku
2023-06-27
1
-2
/
+2
*
New @(push) directive.
Kaz Kylheku
2023-06-12
1
-27
/
+73
*
match: ^#S() and ^#H(()) patterns must work
Kaz Kylheku
2023-04-29
1
-35
/
+8
*
Copyright year bump 2023.
Kaz Kylheku
2023-01-01
1
-1
/
+1
*
syntax: read and print [. x] and [. @x].
Kaz Kylheku
2022-09-08
1
-0
/
+2
*
Copyright year bump 2022.
Kaz Kylheku
2022-01-11
1
-1
/
+1
*
tree: support for duplicate keys.
Kaz Kylheku
2021-12-17
1
-1
/
+1
*
parser: bugfix: #; at front of list.
Kaz Kylheku
2021-10-23
1
-3
/
+5
*
string-extend: third optional argument.
Kaz Kylheku
2021-09-07
1
-4
/
+4
*
license: reformat to fit 80 columns.
Kaz Kylheku
2021-08-16
1
-12
/
+13
*
parser: @(mdo) must not be subject to expand-meta.
Kaz Kylheku
2021-08-11
1
-4
/
+3
*
parser: allow trailing commas in json, via opt-in flag.
Kaz Kylheku
2021-07-29
1
-2
/
+9
*
hash: change make_hash interface.
Kaz Kylheku
2021-07-22
1
-2
/
+2
*
c_str now takes a self argument.
Kaz Kylheku
2021-06-23
1
-1
/
+1
*
parser: bug #; and #S don't play.
Kaz Kylheku
2021-06-09
1
-6
/
+15
*
parser: new *read-unknown-structs* variable.
Kaz Kylheku
2021-06-08
1
-3
/
+4
*
json: pattern matching test cases and bugfix.
Kaz Kylheku
2021-06-03
1
-1
/
+2
*
json: get-json function.
Kaz Kylheku
2021-05-28
1
-1
/
+11
*
json: two parser bugfixes.
Kaz Kylheku
2021-05-28
1
-1
/
+2
*
json: hash issues with quasiquoting.
Kaz Kylheku
2021-05-28
1
-21
/
+25
*
json: omission in quasiquoted array.
Kaz Kylheku
2021-05-27
1
-1
/
+5
*
json: implement distinguished json quasiquote.
Kaz Kylheku
2021-05-27
1
-2
/
+4
*
json: support quasiquoting.
Kaz Kylheku
2021-05-27
1
-10
/
+47
*
json: extension: allow circle notation.
Kaz Kylheku
2021-05-26
1
-0
/
+4
*
New #J syntax for JSON objects in TXR Lisp.
Kaz Kylheku
2021-05-26
1
-3
/
+52
*
parser: improve diagnostic for unterminated exprs.
Kaz Kylheku
2021-05-24
1
-2
/
+5
*
parser: #; tests and bugfixes.
Kaz Kylheku
2021-05-06
1
-0
/
+7
*
parser: fix regression in #; syntax.
Kaz Kylheku
2021-05-04
1
-1
/
+4
*
parser: gc bug.
Kaz Kylheku
2021-05-01
1
-4
/
+11
*
parser: allow funny UTF-8 in regexes and literals.
Kaz Kylheku
2021-04-08
1
-1
/
+9
*
parser: fix few memory leaks in error recovery.
Kaz Kylheku
2021-04-08
1
-0
/
+4
*
parser: fix bad precedence of @ token.
Kaz Kylheku
2021-01-24
1
-3
/
+13
*
Copyright year bump 2021.
Kaz Kylheku
2021-01-14
1
-1
/
+1
*
txr: bugfix: repeat not finding Lisp vars in brace.
Kaz Kylheku
2020-10-01
1
-5
/
+9
*
txr: repeat ferrets out Lisp-embedded vars.
Kaz Kylheku
2020-08-17
1
-1
/
+5
*
txr: identify output repeat vars at parse time
Kaz Kylheku
2020-08-17
1
-1
/
+57
*
parser: add missing cases in yybadtoken.
Kaz Kylheku
2020-07-08
1
-0
/
+5
*
txr: support @(if)/@(elif)/@(else) in @(output).
Kaz Kylheku
2020-07-07
1
-3
/
+44
*
Remove unnecessary #include directives.
Kaz Kylheku
2020-04-22
1
-4
/
+0
*
parser: eliminate struct list_accum.
Kaz Kylheku
2020-04-10
1
-42
/
+22
*
parser: move cons dot handling to higher rule.
Kaz Kylheku
2020-04-10
1
-18
/
+3
*
parser: streamline core list building.
Kaz Kylheku
2020-04-09
1
-47
/
+57
*
warning cleanup: add casts for unused parameters.
Kaz Kylheku
2020-04-05
1
-0
/
+2
*
internals: rename misnamed curry_* functions.
Kaz Kyheku
2020-03-17
1
-2
/
+2
*
Copyright year bump 2020.
Kaz Kylheku
2019-12-31
1
-1
/
+1
*
parser: forgotten top-level .? cases.
Kaz Kylheku
2019-11-19
1
-0
/
+8
*
parser: missing cases in yybadtoken.
Kaz Kylheku
2019-11-19
1
-0
/
+3
*
parser: merge cases in yybadtoken.
Kaz Kylheku
2019-11-19
1
-1
/
+1
*
syntax: new .? operator for null-safe object access.
Kaz Kylheku
2019-11-05
1
-12
/
+32
[next]