| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | * configure: Detect platforms which don't reveal declarations | Kaz Kylheku | 2014-01-10 | 1 | -4/+0 |
* | * eval.c (eval_init): Renaming lisp-parse to read; lisp-parse | Kaz Kylheku | 2014-01-10 | 1 | -2/+4 |
* | Long overdue MinGW port maintenance. | Kaz Kylheku | 2014-01-09 | 1 | -0/+4 |
* | The lisp-parse function can now be called multiple times | Kaz Kylheku | 2014-01-07 | 1 | -9/+4 |
* | * lib.c (intern): fix the previous diagnostic bug once more with more | Kaz Kylheku | 2013-12-16 | 1 | -11/+7 |
* | Changing the tokenizer to get rid of IDENT, KEYWORD and METAVAR | Kaz Kylheku | 2013-12-15 | 1 | -14/+5 |
* | Support for parsing Lisp expression out of strings and streams. | Kaz Kylheku | 2013-12-14 | 1 | -1/+31 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -0/+2 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | * parser.l (end_of_regex): Fix start condition stack underflow | Kaz Kylheku | 2013-12-06 | 1 | -3/+5 |
* | * parser.l (regex_parse): Match the simplified grammar now | Kaz Kylheku | 2013-12-06 | 1 | -3/+5 |
* | * eval.c (eval_init): Registered regex_parse as new | Kaz Kylheku | 2013-12-05 | 1 | -0/+25 |
* | * Changelog: missing entries reconstructed. | Kaz Kylheku | 2013-11-27 | 1 | -1/+3 |
* | * configure: Added check to detect POSIX sleep function. | Kaz Kylheku | 2013-11-27 | 1 | -1/+1 |
* | * parser.l: Diagnose unrecognized escape sequences in string | Kaz Kylheku | 2013-07-13 | 1 | -1/+9 |
* | * parser.l: Implemented hexadecimal integer constants. | Kaz Kylheku | 2012-09-16 | 1 | -2/+25 |
* | First cut at implementing \s, \d, \w, \S, \D and \W regex tokens. | Kaz Kylheku | 2012-04-19 | 1 | -0/+5 |
* | * parser.l: Bugfix: was not allowing e-notation floats | Kaz Kylheku | 2012-03-22 | 1 | -1/+1 |
* | * arith.c (neg): Floating-point support. | Kaz Kylheku | 2012-03-21 | 1 | -2/+12 |
* | Regression fix: 1..3 scans incorrectly into 1. .3 tokens. | Kaz Kylheku | 2012-03-20 | 1 | -3/+8 |
* | * parser.l (FLO): Adjusted syntax of floating point numbers | Kaz Kylheku | 2012-03-20 | 1 | -1/+1 |
* | * configure (uintptr): New variable. Indicates whether unsigned | Kaz Kylheku | 2012-03-19 | 1 | -2/+14 |
* | Implementing #H((...) ...) read/print syntax for hash tables. | Kaz Kylheku | 2012-03-14 | 1 | -0/+5 |
* | Change: @(block) requires @(end) from now on. | Kaz Kylheku | 2012-03-13 | 1 | -0/+6 |
* | * parser.l (ID_END): Bugfix: ID_END was defined incorrectly | Kaz Kylheku | 2012-03-13 | 1 | -1/+1 |
* | Bug #35625 | Kaz Kylheku | 2012-02-26 | 1 | -464/+490 |