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 /share | |
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 'share')
-rw-r--r-- | share/txr/stdlib/doc-syms.tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/txr/stdlib/doc-syms.tl b/share/txr/stdlib/doc-syms.tl index e92e8a4e..3f77d0d7 100644 --- a/share/txr/stdlib/doc-syms.tl +++ b/share/txr/stdlib/doc-syms.tl @@ -1330,6 +1330,7 @@ ("parenb" "N-01B1B5DF") ("parmrk" "N-02391683") ("parodd" "N-01B1B5DF") + ("parse-errors" "N-00F843D4") ("partition" "N-0142889E") ("partition*" "N-03951D7A") ("partition-by" "N-000167DF") |