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
...
*
parser: more efficient treatment of string literals.
Kaz Kylheku
2017-08-17
1
-27
/
+12
*
Bugfix: (sys:expr . atom) bad syntax out of parser.
Kaz Kylheku
2017-08-02
1
-1
/
+1
*
Continuing implementation of buffers.
Kaz Kylheku
2017-04-21
1
-2
/
+36
*
parser: add some error cases to hash notations.
Kaz Kylheku
2017-04-08
1
-1
/
+9
*
parser: refactor grammar to banish #[] etc.
Kaz Kylheku
2017-04-07
1
-16
/
+26
*
parser: fix a...b syntax error.
Kaz Kylheku
2017-04-02
1
-0
/
+6
*
parser: support uref dot as top-level expr.
Kaz Kylheku
2017-03-15
1
-0
/
+8
*
parser: factor repeated uref-related code.
Kaz Kylheku
2017-03-15
1
-32
/
+20
*
Add in-package directive.
Kaz Kylheku
2017-03-13
1
-0
/
+4
*
New directive: mdo.
Kaz Kylheku
2017-03-12
1
-5
/
+11
*
uref: the a.b.c syntax extended to .a.b.c
Kaz Kylheku
2017-03-06
1
-13
/
+54
*
Harmonize code with previous commit.
Kaz Kylheku
2017-03-04
1
-2
/
+3
*
bugfix: :vars in output repeat not registered.
Kaz Kylheku
2017-03-04
1
-3
/
+7
*
Support horizontal @(block), phase 1.
Kaz Kylheku
2017-02-15
1
-0
/
+5
*
bugfix: :filter not handled right in output var.
Kaz Kylheku
2017-01-26
1
-4
/
+3
*
bugfix: catch arguments not registered properly.
Kaz Kylheku
2017-01-23
1
-1
/
+1
*
Bump copyright year to 2017.
Kaz Kylheku
2017-01-23
1
-1
/
+1
*
parser bugfix: expand used instead of expand_forms.
Kaz Kylheku
2017-01-22
1
-1
/
+1
*
Enable unbound warnings when expanding TXR code.
Kaz Kylheku
2017-01-22
1
-12
/
+30
*
Improve accuracy of expansion of repeat/rep args.
Kaz Kylheku
2017-01-22
1
-8
/
+10
*
bugfix: expand macros in a number of directives.
Kaz Kylheku
2017-01-21
1
-5
/
+2
*
bugfix: expand dest arg of @(output).
Kaz Kylheku
2017-01-21
1
-1
/
+12
*
Expand lisp forms in @(mod) and @(modlast) args.
Kaz Kylheku
2017-01-19
1
-4
/
+15
*
Bugfix: expand macros in collect, coll, gather.
Kaz Kylheku
2017-01-19
1
-16
/
+24
*
Eliminate rejection of empty clauses.
Kaz Kylheku
2017-01-08
1
-87
/
+27
*
Bugfix: incorrect quasi-quoting over #R syntax.
Kaz Kylheku
2016-12-25
1
-4
/
+0
*
Tweak terminology in some parser error messages.
Kaz Kylheku
2016-12-23
1
-3
/
+3
*
parser: fix problems at EOF involving #; syntax.
Kaz Kylheku
2016-12-06
1
-24
/
+14
*
Eliminate duplicated warning-suppressing function.
Kaz Kylheku
2016-11-28
1
-6
/
+2
*
Expander warns about unbound variables.
Kaz Kylheku
2016-11-26
1
-0
/
+9
*
bugfix: quasilit read/print consistency, part 2.
Kaz Kylheku
2016-11-26
1
-6
/
+6
*
bugfix: quasilit read/print consistency, part 1.
Kaz Kylheku
2016-11-26
1
-20
/
+5
*
Completion of fallback list implementation.
Kaz Kylheku
2016-11-16
1
-2
/
+16
*
Start of fallback package list implementation.
Kaz Kylheku
2016-11-16
1
-10
/
+10
*
Implement *package* special var; package overhaul.
Kaz Kylheku
2016-11-08
1
-1
/
+1
*
Support #: reading for uninterned symbols.
Kaz Kylheku
2016-11-07
1
-6
/
+10
*
New #; syntax for erasing following object.
Kaz Kylheku
2016-11-07
1
-4
/
+40
*
parser: missing case for #R in yybadtoken.
Kaz Kylheku
2016-11-07
1
-0
/
+1
*
Fix struct lit problem exposed by circular syntax.
Kaz Kylheku
2016-10-20
1
-4
/
+2
*
Adding notation for cycles and shared structure.
Kaz Kylheku
2016-10-18
1
-1
/
+18
*
Detect cycles in rlcp_tree.
Kaz Kylheku
2016-10-18
1
-3
/
+16
*
Synchronize license comments with LICENSE.
Kaz Kylheku
2016-10-01
1
-16
/
+17
*
Regression: @(rep) wrongly diagnoses empty clause.
Kaz Kylheku
2016-09-06
1
-2
/
+2
*
Fix emulation of TXR 135 @(if) semantics.
Kaz Kylheku
2016-08-29
1
-2
/
+4
*
Fix broken expansion in @(if) and output @(repeat).
Kaz Kylheku
2016-08-29
1
-5
/
+5
*
Allow empty @(catch) and @(finally).
Kaz Kylheku
2016-06-05
1
-12
/
+3
*
Diagnose empty clauses better in parallel constructs.
Kaz Kylheku
2016-04-27
1
-86
/
+119
*
Strengthen against resource leaks upon exceptions.
Kaz Kylheku
2016-04-21
1
-2
/
+2
*
Bugfix: @(if expr) not macro-expanding expr.
Kaz Kylheku
2016-04-18
1
-2
/
+2
*
Bugfix: @(output) not expanding some Lisp exprs.
Kaz Kylheku
2016-04-17
1
-1
/
+1
[prev]
[next]