summaryrefslogtreecommitdiffstats
path: root/lex.yy.c.shipped
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* parser: bug: carriage returns in JSON causing errors.Kaz Kylheku2022-01-101-355/+346
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-186/+187
* hash: change make_hash interface.Kaz Kylheku2021-07-221-1/+1
* parser: no string allocation when scanning floats.Kaz Kylheku2021-06-241-180/+175
* json: fix unquote parsing issue in quasiquotes.Kaz Kylheku2021-05-311-3300/+3368
* json: get-json function.Kaz Kylheku2021-05-281-0/+3
* json: support forgotten null object.Kaz Kylheku2021-05-281-3225/+3251
* json: handling for bad UTF-8 bytes, NUL and \u0000.Kaz Kylheku2021-05-281-3178/+3171
* json: implement distinguished json quasiquote.Kaz Kylheku2021-05-271-2216/+2224
* json: support quasiquoting.Kaz Kylheku2021-05-271-3230/+3332
* json: extension: allow circle notation.Kaz Kylheku2021-05-261-3063/+3082
* New #J syntax for JSON objects in TXR Lisp.Kaz Kylheku2021-05-261-3215/+3652
* scanner: tweak buffer literal error message.Kaz Kylheku2021-05-261-1/+1
* parser: bug: handing of lex state in pushback tokens.Kaz Kylheku2021-05-121-0/+3
* parser: allow non-UTF-8 bytes in literals and regexes.Kaz Kylheku2021-04-081-2981/+2936
* parser: check in .shipped materials.Kaz Kylheku2021-04-081-425/+440
* parser: fix bad precedence of @ token.Kaz Kylheku2021-01-241-1/+1
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* shipped lexer: fix misleading indentation.Kaz Kylheku2020-12-221-5/+5
* parser: commit Bison-2.5-generated code.Kaz Kylheku2020-09-241-0/+6805