| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | * parser.l: Adding an explicit lexical rule to | Kaz Kylheku | 2014-06-05 | 1 | -0/+5 |
* | * parser.l (yylex_destroy): Only rely on the FLEX_ version | Kaz Kylheku | 2014-06-05 | 1 | -0/+2 |
* | Changes for FreeBSD 9. | Kaz Kylheku | 2014-06-04 | 1 | -0/+11 |
* | * eval.c (me_quasilist): New static function. | Kaz Kylheku | 2014-03-25 | 1 | -31/+57 |
* | Introducing word list literals. | Kaz Kylheku | 2014-03-25 | 1 | -8/+27 |
* | Fixing gaping bug in the handling of @-delimited expressions | Kaz Kylheku | 2014-03-20 | 1 | -24/+24 |
* | * parser.l: Bugfix. When handling a backslash-newline continuation | Kaz Kylheku | 2014-03-15 | 1 | -1/+2 |
* | * parser.l (regex_parse, lisp_parse): Fix neglected handling of | Kaz Kylheku | 2014-03-14 | 1 | -1/+4 |
* | Implementing @(if)/@(elif)/@(else) in the pattern language. | Kaz Kylheku | 2014-03-13 | 1 | -0/+18 |
* | * parser.l: Syntactic tweak. Do not allow the "extra" | Kaz Kylheku | 2014-03-09 | 1 | -2/+2 |
* | * parser.l: Allowing ^ to be a quote character, and adjusting definition | Kaz Kylheku | 2014-03-03 | 1 | -10/+11 |
* | * parser.l: Regression: valid floating-point literals tagged | Kaz Kylheku | 2014-02-27 | 1 | -9/+9 |
* | * parser.l (regex_parse, lisp_parse): Better formatting | Kaz Kylheku | 2014-02-26 | 1 | -2/+2 |
* | * parser.l: Support octal and binary numbers. | Kaz Kylheku | 2014-02-24 | 1 | -0/+44 |
* | * parser.l: Disallow syntax like 1.0a, flagging it as | Kaz Kylheku | 2014-02-12 | 1 | -0/+14 |
* | * hash.c (hash_mark, hash_grow, make_similar_hash, | Kaz Kylheku | 2014-02-01 | 1 | -1/+1 |
* | Lexing and parsing improvements, leaving things less hacky than before, | Kaz Kylheku | 2014-01-27 | 1 | -20/+13 |
* | Sigh; more lexical-syntactic hacks. This adds handling | Kaz Kylheku | 2014-01-26 | 1 | -6/+17 |