diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-05-28 23:32:09 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-05-28 23:32:09 -0700 |
commit | f05f004356e91f110f5297bdb61827a7c4436d2f (patch) | |
tree | 9e8ffafdafc71fb0c5863d9ea49e15910b139254 /parser.h | |
parent | 5d42362d611c9103a07f768d8d2bcc1911e0f41b (diff) | |
download | txr-f05f004356e91f110f5297bdb61827a7c4436d2f.tar.gz txr-f05f004356e91f110f5297bdb61827a7c4436d2f.tar.bz2 txr-f05f004356e91f110f5297bdb61827a7c4436d2f.zip |
parser: provide parse-errors function.
* parser.c (parse_errors): New function.
* parser.h (parse_errors): Declared.
* txr.1: Documented.
* share/txr/stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -143,4 +143,5 @@ val ensure_parser(val stream, val name); val parser_set_lineno(val self, val stream, val lineno); val parser_errors(val parser); val parser_eof(val parser); +val parse_errors(val stream); void parse_init(void); |