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.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some C style casts to use casting macros.
Kaz Kylheku
2016-12-07
1
-2
/
+2
*
Removes stray debug printf from lexer.
Kaz Kylheku
2016-12-04
1
-1
/
+0
*
Harden processing of character escapes.
Kaz Kylheku
2016-12-02
1
-4
/
+8
*
Support #: reading for uninterned symbols.
Kaz Kylheku
2016-11-07
1
-4
/
+4
*
New #; syntax for erasing following object.
Kaz Kylheku
2016-11-07
1
-0
/
+5
*
Adding notation for cycles and shared structure.
Kaz Kylheku
2016-10-18
1
-0
/
+12
*
Synchronize license comments with LICENSE.
Kaz Kylheku
2016-10-01
1
-16
/
+17
*
Allow whitespace between @ and ; in comments.
Kaz Kylheku
2016-05-23
1
-2
/
+2
*
Handle non-UTF-8 byte in regex scanned from string.
Kaz Kylheku
2016-04-21
1
-0
/
+6
*
Better job of diagnosing out-of-range char escapes.
Kaz Kylheku
2016-04-21
1
-2
/
+9
*
Bugfix: allow newline in regex parsing from string.
Kaz Kylheku
2016-04-18
1
-1
/
+7
*
Trailing whitespace.
Kaz Kylheku
2016-04-18
1
-1
/
+1
*
Revamp bad character messages in lexer.
Kaz Kylheku
2016-04-01
1
-4
/
+15
*
gc bug: prepared_msg field of struct parser.
Kaz Kylheku
2016-03-07
1
-1
/
+2
*
New :mandatory keyword in until/last clauses.
Kaz Kylheku
2016-01-15
1
-5
/
+4
*
Copyright year bump.
Kaz Kylheku
2015-12-31
1
-1
/
+1
*
Implementing *print-base* and ~d format directive.
Kaz Kylheku
2015-11-14
1
-3
/
+3
*
New iread function.
Kaz Kylheku
2015-11-07
1
-0
/
+11
*
New range type, distinct from cons cell.
Kaz Kylheku
2015-11-01
1
-0
/
+5
*
Better diagnostic for cramped floating literals.
Kaz Kylheku
2015-10-07
1
-2
/
+7
*
syntax: be tolerant of carriage returns.
Kaz Kylheku
2015-09-16
1
-15
/
+16
*
Parse errors lose program prefix and parens.
Kaz Kylheku
2015-09-06
1
-2
/
+7
*
One-liner to allow @{obj.slot} in quasiliterals.
Kaz Kylheku
2015-09-02
1
-1
/
+1
*
Introducing structs.
Kaz Kylheku
2015-09-02
1
-0
/
+5
*
Allow slashes in regex passed to regex-parse.
Kaz Kylheku
2015-08-15
1
-16
/
+15
*
Floating-point constant tightening.
Kaz Kylheku
2015-08-12
1
-8
/
+8
*
Use new pushback token priming for single regex parse.
Kaz Kylheku
2015-08-12
1
-7
/
+10
*
Crafting a better parser-priming hack.
Kaz Kylheku
2015-08-12
1
-19
/
+31
*
Diagnose ambiguous floats like (a b).4 and x.y.5
Kaz Kylheku
2015-08-10
1
-0
/
+30
*
Dot with no whitespace generates qref syntax.
Kaz Kylheku
2015-08-10
1
-0
/
+11
*
Handle abc: token syntax.
Kaz Kylheku
2015-08-10
1
-2
/
+2
*
* eval.c (force): Default the new second argument of source_loc_str.
Kaz Kylheku
2015-08-04
1
-4
/
+4
*
* parser.l (grammar): Do not allow unescaped newline in
Kaz Kylheku
2015-07-23
1
-1
/
+15
*
Bugfix: lexer loses unmatched "hold char" between top-level forms.
Kaz Kylheku
2015-07-10
1
-1
/
+5
*
Parser cleanup: embed scanner in parser.
Kaz Kylheku
2015-07-09
1
-0
/
+8
*
Bugfix: allow @1 in brace variables.
Kaz Kylheku
2015-06-07
1
-1
/
+1
*
Support trailing semicolon after hex/octal characters.
Kaz Kylheku
2015-07-02
1
-2
/
+9
*
Third round of quasiliteral-related fixes.
Kaz Kylheku
2015-06-26
1
-0
/
+6
*
Second round of quasiliteral-related fixes.
Kaz Kylheku
2015-06-26
1
-1
/
+6
*
First round of quasiliteral-related fixes.
Kaz Kylheku
2015-06-26
1
-7
/
+8
*
Do not allow unrecognized escapes in regex.
Kaz Kylheku
2015-04-19
1
-11
/
+14
*
Allow quasiquotes in braces and quasiliterals, and quotes in braces.
Kaz Kylheku
2015-04-15
1
-6
/
+1
*
Diagnose trailing junk in numeric literals.
Kaz Kylheku
2015-04-14
1
-14
/
+19
*
* parser.c (open_txr_file, regex_parse, lisp_parse): Functions
Kaz Kylheku
2014-12-21
1
-77
/
+0
*
* Makefile (OBJS): Add parser.o.
Kaz Kylheku
2014-12-21
1
-1
/
+1
*
Improved error reporting, particularly for macro expansion.
Kaz Kylheku
2015-02-21
1
-4
/
+2
*
* hash.c (hash_begin): Use coerce macro instead of raw C cast.
Kaz Kylheku
2014-10-25
1
-1
/
+1
*
GNU Flex's libfl library provides nothing. Let us not refer to it. It
Kaz Kylheku
2014-10-24
1
-0
/
+9
*
* Makefile: Removing trailing spaces.
Kaz Kylheku
2014-10-24
1
-2
/
+2
*
* parser.l (lisp_parse): Bugfix: the error_stream argument
Kaz Kylheku
2014-10-19
1
-3
/
+12
[next]