index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
parser.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
json: new *read-json-int* variable.
Kaz Kylheku
2024-07-22
1
-0
/
+1
*
Copyright year bump 2024.
Kaz Kylheku
2024-01-18
1
-1
/
+1
*
New functions: read-objects, file-get-objects, ...
Kaz Kylheku
2023-12-19
1
-0
/
+2
*
command line: -e takes multiple forms.
Kaz Kylheku
2023-05-30
1
-0
/
+2
*
Copyright year bump 2023.
Kaz Kylheku
2023-01-01
1
-1
/
+1
*
New: load can search multiple directories.
Kaz Kylheku
2022-04-25
1
-1
/
+2
*
open_txr_file: rename parameters.
Kaz Kylheku
2022-04-24
1
-2
/
+2
*
Copyright year bump 2022.
Kaz Kylheku
2022-01-11
1
-1
/
+1
*
listener: unbundle from termios.
Kaz Kylheku
2021-08-20
1
-2
/
+0
*
license: reformat to fit 80 columns.
Kaz Kylheku
2021-08-16
1
-12
/
+13
*
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
[next]