| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * parser.l (num_esc): Skip octal indicator 'o' if present. | Kaz Kylheku | 2012-02-25 | 1 | -1/+3 |
* | * parser.l (source_loc_str): Missing function re-written. | Kaz Kylheku | 2012-02-25 | 1 | -2/+14 |
* | * debug.c (debug): Use new way of getting line number. | Kaz Kylheku | 2012-02-24 | 1 | -1/+1 |
* | First cut at @(load) directive. Incomplete: debug location info | Kaz Kylheku | 2012-02-24 | 1 | -0/+14 |
* | Introducing optional arguments. | Kaz Kylheku | 2012-02-21 | 1 | -1/+8 |
* | * eval.c (subst_vars): Handle lone symbols (not wrapped | Kaz Kylheku | 2012-02-13 | 1 | -1/+1 |
* | * lib.c (obj_print): Print control characters in string and | Kaz Kylheku | 2012-02-12 | 1 | -1/+1 |
* | * parser.l: Allow semicolon terminator on hex and octal | Kaz Kylheku | 2012-02-05 | 1 | -2/+2 |
* | * eval.c (rest_s, op_s): New variables. | Kaz Kylheku | 2012-02-03 | 1 | -0/+11 |
* | * parser.l: Support hex and octal escapes in string and quasiliterals, | Kaz Kylheku | 2012-01-27 | 1 | -0/+5 |
* | * eval.c (eval_init): New functions registered. | Kaz Kylheku | 2012-01-25 | 1 | -0/+5 |
* | * eval.c (dwim_s): New symbol variable. | Kaz Kylheku | 2012-01-25 | 1 | -5/+5 |
* | * match.c (counter_k): New keyword symbol variable. | Kaz Kylheku | 2011-12-30 | 1 | -4/+4 |
* | New functionality: mod and modlast directives in repeat and rep. | Kaz Kylheku | 2011-12-29 | 1 | -0/+12 |
* | @# comments are becoming obsolescent. @# comments | Kaz Kylheku | 2011-12-14 | 1 | -4/+7 |
* | Bignum support, here we go! | Kaz Kylheku | 2011-12-09 | 1 | -23/+12 |
* | * parser.l: In the CHRLIT state, return a nonblank character as an | Kaz Kylheku | 2011-12-07 | 1 | -0/+5 |