aboutsummaryrefslogtreecommitdiff
path: root/doc/appendix.tex
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-07-03 10:23:50 +0200
committerEugen Wissner <belka@caraus.de>2026-07-03 10:23:50 +0200
commitd9cd03ffeb13a5c30d8337ba27f15e1ba2959e4d (patch)
tree511ef9fbbfd953b0819c799b2ba866be8ff1cfd3 /doc/appendix.tex
parent4ad6052aa2816f8296e62569272e99fc0d2fd3c1 (diff)
downloadelna-d9cd03ffeb13a5c30d8337ba27f15e1ba2959e4d.tar.gz
Move the documentation from the old branch
Diffstat (limited to 'doc/appendix.tex')
-rw-r--r--doc/appendix.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/appendix.tex b/doc/appendix.tex
index 0777d55..09bdbde 100644
--- a/doc/appendix.tex
+++ b/doc/appendix.tex
@@ -14,14 +14,14 @@
<binary-digit> = `0' | `1'.
-<hex-character> = `\\x' <hex-digit> <hex-digit>.
+<hex-character> = `\\x' <hex-digit> \{<hex-digit>\}.
<escaped-character> = `\\' \\
- (`n' | `a' | `b' | `t' | `f' | `r' | `v' | `\\' | `\textquotesingle' | `\textquotedbl' | `?\@' | `0').
+ (`n' | `t' | `f' | `r' | `v' | `\\' | `\textquotesingle' | `\textquotedbl' | `0').
<printable-character> = \enspace? a printable ASCII character\space?.
-<character> = <printable-character> | <escaped-character> | <hex-digit>.
+<character> = <printable-character> | <escaped-character> | <hex-character>.
<identifier> = <letter> \{<letter> | <decimal-digit>\}.
@@ -38,10 +38,10 @@
<real-literal> = <integer-literal> `.\@' <decimal-digit> \{<decimal-digit>\}
\alt{} <integer-literal>\} `e' [`+' | `-'] <decimal-digit> \{<decimal-digit>\}.
-<string-literal> = `\textquotedbl' \{<character>\} `\textquotedbl'.
-
<character-literal> = `\textquotesingle' <character> `\textquotesingle'.
+<string-literal> = `\textquotedbl' \{<character>\} `\textquotedbl'.
+
<literal> = <integer-literal> | <word-literal> | <real-literal>
\alt{} <string-literal> | <character-literal>
\alt{} `true' | `false' | `nil'.