From 9634ad51a2c3afb98362ab9635ba762c4c3f1bbf Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 31 May 2026 01:41:39 +0200 Subject: Parse escape sequences in strings --- doc/language.tex | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'doc/language.tex') diff --git a/doc/language.tex b/doc/language.tex index cce2fcb..36ee877 100644 --- a/doc/language.tex +++ b/doc/language.tex @@ -84,7 +84,7 @@ called the \textit{the length} of the string. \begin{grammar} = `\\' \\ - (`n' | `a' | `b' | `t' | `f' | `r' | `v' | `\\' | `\textquotesingle' | `\textquotedbl' | `0'). + (`n' | `t' | `f' | `r' | `v' | `\\' | `\textquotesingle' | `\textquotedbl' | `0'). = `\\x' \{\}. @@ -106,10 +106,6 @@ beginning with a backslash (\textbackslash). \toprule \verb|\n| & Newline \\ \midrule - \verb|\a| & Bell \\ - \midrule - \verb|\b| & Backspace \\ - \midrule \verb|\t| & Horizontal tab \\ \midrule \verb|\f| & Form feed \\ -- cgit v1.2.3