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
*
Fix proper-listp to proper-list-p.
Kaz Kylheku
2016-04-14
1
-1
/
+1
*
New semantics for @(if) directive.
Kaz Kylheku
2016-03-22
1
-10
/
+33
*
Support binding in @(repeat)/@(rep) :vars.
Kaz Kylheku
2016-03-16
1
-1
/
+47
*
New :mandatory keyword in until/last clauses.
Kaz Kylheku
2016-01-15
1
-11
/
+28
*
Copyright year bump.
Kaz Kylheku
2015-12-31
1
-1
/
+1
*
TXR quasiliterals and output vars treated as Lisp.
Kaz Kylheku
2015-12-26
1
-17
/
+28
*
New --debug-expansion option.
Kaz Kylheku
2015-12-18
1
-0
/
+10
*
Bugfix: dot syntax doesn't record source loc info.
Kaz Kylheku
2015-12-17
1
-2
/
+4
*
Remove useless test from rlcp_tree.
Kaz Kylheku
2015-11-28
1
-5
/
+4
*
WIP: fix erroneous use of rlcp that should be rl.
Kaz Kylheku
2015-11-26
1
-8
/
+7
*
@(rep) as shorthand for @(coll :vars nil).
Kaz Kylheku
2015-11-20
1
-2
/
+9
*
New iread function.
Kaz Kylheku
2015-11-07
1
-2
/
+42
*
New range type, distinct from cons cell.
Kaz Kylheku
2015-11-01
1
-3
/
+14
*
Renaming some functions for consistency.
Kaz Kylheku
2015-10-16
1
-1
/
+1
*
Introducing structs.
Kaz Kylheku
2015-09-02
1
-2
/
+21
*
Print parser error message for parse-time exceptions.
Kaz Kylheku
2015-08-29
1
-3
/
+25
*
New --yydebug option.
Kaz Kylheku
2015-08-24
1
-0
/
+9
*
Fix broken @@@<n>/@@@rest references in quasiliterals.
Kaz Kylheku
2015-08-19
1
-2
/
+2
*
Quasiquote regression from 110.
Kaz Kylheku
2015-08-19
1
-5
/
+5
*
Get Berkeley Yacc port of the parser working again.
Kaz Kylheku
2015-08-14
1
-0
/
+7
*
Remove unwanted yyparse declaration from y.tab.h.
Kaz Kylheku
2015-08-14
1
-0
/
+1
*
Word splices not quite on board with consing dot handling.
Kaz Kylheku
2015-08-14
1
-2
/
+2
*
Use new pushback token priming for single regex parse.
Kaz Kylheku
2015-08-12
1
-2
/
+2
*
Revision to .. syntax.
Kaz Kylheku
2015-08-12
1
-10
/
+3
*
Crafting a better parser-priming hack.
Kaz Kylheku
2015-08-12
1
-1
/
+2
*
Dot with no whitespace generates qref syntax.
Kaz Kylheku
2015-08-10
1
-4
/
+16
*
Diagnose bad consing dot syntax like (a . b . c).
Kaz Kylheku
2015-08-10
1
-7
/
+22
*
Better diagnosis for loose @ forms.
Kaz Kylheku
2015-08-06
1
-4
/
+5
*
Handle setting of parse name through prime_parser.
Kaz Kylheku
2015-07-10
1
-2
/
+2
*
Bugfix: lexer loses unmatched "hold char" between top-level forms.
Kaz Kylheku
2015-07-10
1
-2
/
+1
*
Parser cleanup: embed scanner in parser.
Kaz Kylheku
2015-07-09
1
-17
/
+4
*
First round of quasiliteral-related fixes.
Kaz Kylheku
2015-06-26
1
-18
/
+23
*
Error handling improvement in read.
Kaz Kylheku
2015-06-10
1
-0
/
+7
*
* parser.y (yybadtoken): Print unexpected character
Kaz Kylheku
2015-06-10
1
-1
/
+1
*
* parser.c (stream_parser_hash): New static variable.
Kaz Kylheku
2015-06-07
1
-0
/
+1
*
* match.c (v_load): Call parse_once rater than parse.
Kaz Kylheku
2015-06-07
1
-1
/
+21
*
Fix source location for dangling unquotes and splices.
Kaz Kylheku
2015-04-30
1
-10
/
+22
*
Remove silly package lookup from keywordp.
Kaz Kylheku
2015-04-25
1
-1
/
+1
*
Fix quasistring regression introduced in TXR 81.
Kaz Kylheku
2015-04-18
1
-0
/
+16
*
Allow quasiquotes in braces and quasiliterals, and quotes in braces.
Kaz Kylheku
2015-04-15
1
-0
/
+2
*
* Makefile: Removing trailing spaces.
Kaz Kylheku
2014-10-24
1
-23
/
+23
*
Source file inclusion implemented: needed for macros.
Kaz Kylheku
2014-10-20
1
-2
/
+17
*
* parser.y (r_exprs): New grammar symbol. r_exprs uses
Kaz Kylheku
2014-10-19
1
-16
/
+46
*
* parser.y: Allow TXR to support large programs, and efficiently so.
Kaz Kylheku
2014-10-18
1
-5
/
+7
*
Converting cast expressions to macros that are retargetted
Kaz Kylheku
2014-10-17
1
-1
/
+1
*
Purge stray occurrences of "void *" from code base.
Kaz Kylheku
2014-10-17
1
-4
/
+4
*
More type safety, with help from C++ compiler.
Kaz Kylheku
2014-10-14
1
-6
/
+8
*
C++ upkeep.
Kaz Kylheku
2014-10-14
1
-2
/
+2
*
Eliminating the extra list wrapping applied to regular
Kaz Kylheku
2014-10-03
1
-10
/
+8
*
Uprooting stupidities in handling of output variables.
Kaz Kylheku
2014-08-13
1
-54
/
+10
[next]