| Commit message (Expand) | Author | Age | Files | Lines |
* | parser: allow trailing commas in json, via opt-in flag. | Kaz Kylheku | 2021-07-29 | 1 | -1/+2 |
* | hash: support both semantics of weak keys + values. | Kaz Kylheku | 2021-07-21 | 1 | -1/+0 |
* | parse/eval: use weak-both hash tables. | Kaz Kylheku | 2021-07-20 | 1 | -0/+1 |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 1 | -0/+3 |
* | c_str now takes a self argument. | Kaz Kylheku | 2021-06-23 | 1 | -1/+2 |
* | parser: new *read-unknown-structs* variable. | Kaz Kylheku | 2021-06-08 | 1 | -1/+2 |
* | parser: remove some parser access functions. | Kaz Kylheku | 2021-05-28 | 1 | -2/+0 |
* | parser: provide parse-errors function. | Kaz Kylheku | 2021-05-28 | 1 | -0/+1 |
* | json: get-json function. | Kaz Kylheku | 2021-05-28 | 1 | -1/+3 |
* | json: support quasiquoting. | Kaz Kylheku | 2021-05-27 | 1 | -0/+1 |
* | New #J syntax for JSON objects in TXR Lisp. | Kaz Kylheku | 2021-05-26 | 1 | -0/+2 |
* | parser: bug: handing of lex state in pushback tokens. | Kaz Kylheku | 2021-05-12 | 1 | -0/+1 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | New function: txr-parse. | Kaz Kylheku | 2020-04-02 | 1 | -0/+2 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | parser: rename circ_suppress flag. | Kaz Kylheku | 2019-08-18 | 1 | -2/+2 |
* | txr: regression: lack of file name in error messages. | Kaz Kylheku | 2019-07-22 | 1 | -2/+2 |
* | bugfix: source lineno off by one under hash bang. | Kaz Kylheku | 2019-04-21 | 1 | -0/+1 |
* | parser: always use stream-associated parser for parse_once. | Kaz Kylheku | 2019-04-21 | 1 | -1/+3 |
* | repl: groundwork for recursive listener invocation. | Kaz Kylheku | 2019-04-08 | 1 | -1/+1 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Better identify functions that misuse COBJ-s and hashes. | Kaz Kylheku | 2018-11-07 | 1 | -2/+2 |
* | parser: don't generate special lits outside quasiquote. | Kaz Kylheku | 2018-04-04 | 1 | -0/+1 |
* | Implement compiled file loading. | Kaz Kylheku | 2018-04-04 | 1 | -0/+1 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | read, iread: source location recording now conditional. | Kaz Kylheku | 2017-12-29 | 1 | -0/+4 |
* | Refactoring hash bang support; hash bang null hack. | Kaz Kylheku | 2017-05-30 | 1 | -1/+1 |
* | Continuing implementation of buffers. | Kaz Kylheku | 2017-04-21 | 1 | -0/+1 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | bugfix: expand macros in a number of directives. | Kaz Kylheku | 2017-01-21 | 1 | -0/+1 |
* | parser: fix problems at EOF involving #; syntax. | Kaz Kylheku | 2016-12-06 | 1 | -0/+1 |
* | New #; syntax for erasing following object. | Kaz Kylheku | 2016-11-07 | 1 | -0/+1 |
* | Adding notation for cycles and shared structure. | Kaz Kylheku | 2016-10-18 | 1 | -3/+7 |
* | Detect cycles in rlcp_tree. | Kaz Kylheku | 2016-10-18 | 1 | -0/+8 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | New iread function. | Kaz Kylheku | 2015-11-07 | 1 | -1/+5 |
* | Better EOF check in read-eval stream function. | Kaz Kylheku | 2015-09-11 | 1 | -0/+1 |
* | Reset flex scanner if exception thrown during read. | Kaz Kylheku | 2015-09-06 | 1 | -0/+1 |
* | Syntax errors refer to REPL line number. | Kaz Kylheku | 2015-09-05 | 1 | -1/+2 |
* | Basic REPL based on linenoise. | Kaz Kylheku | 2015-09-05 | 1 | -0/+3 |
* | New --yydebug option. | Kaz Kylheku | 2015-08-24 | 1 | -0/+2 |
* | Remove useless member from parser structure. | Kaz Kylheku | 2015-08-19 | 1 | -1/+0 |
* | Use new pushback token priming for single regex parse. | Kaz Kylheku | 2015-08-12 | 1 | -3/+5 |
* | Crafting a better parser-priming hack. | Kaz Kylheku | 2015-08-12 | 1 | -4/+21 |
* | Diagnose bad consing dot syntax like (a . b . c). | Kaz Kylheku | 2015-08-10 | 1 | -0/+1 |
* | * eval.c (force): Default the new second argument of source_loc_str. | Kaz Kylheku | 2015-08-04 | 1 | -1/+1 |
* | Handle setting of parse name through prime_parser. | Kaz Kylheku | 2015-07-10 | 1 | -2/+2 |
* | Remove unused "primer" member from parser_t. | Kaz Kylheku | 2015-07-10 | 1 | -2/+1 |
* | Bugfix: lexer loses unmatched "hold char" between top-level forms. | Kaz Kylheku | 2015-07-10 | 1 | -2/+2 |