| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Converting cast expressions to macros that are retargetted | Kaz Kylheku | 2014-10-17 | 1 | -3/+3 |
* | Purge stray occurrences of "void *" from code base. | Kaz Kylheku | 2014-10-17 | 1 | -12/+12 |
* | More type safety, with help from C++ compiler. | Kaz Kylheku | 2014-10-14 | 1 | -22/+18 |
* | C++ upkeep. | Kaz Kylheku | 2014-10-14 | 1 | -3/+3 |
* | * eval.c (eval_init): Update registration of lisp-parse and read | Kaz Kylheku | 2014-09-02 | 1 | -2/+8 |
* | * parser.l (yyerr): Function removed; it is not used in the lexer, | Kaz Kylheku | 2014-08-07 | 1 | -5/+0 |
* | Reentrant parser regression. | Kaz Kylheku | 2014-08-07 | 1 | -10/+9 |
* | * parser.y: Back port from Berkeley Yacc to GNU Bison. | Kaz Kylheku | 2014-08-05 | 1 | -1/+1 |
* | Big switch to reentrant lexing and parsing. | Kaz Kylheku | 2014-08-02 | 1 | -260/+262 |
* | * parser.l: Allow unquotes and splices in QSPECIAL and BRACED states. | Kaz Kylheku | 2014-07-30 | 1 | -1/+6 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | * parser.l (yylex_destroy): The FLEX_ version are prefixed with YY_ | Kaz Kylheku | 2014-06-10 | 1 | -5/+3 |