Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Males, Sebastian
wacc_examples
Commits
a9f3dd50
Commit
a9f3dd50
authored
Jan 19, 2021
by
Mark Wheelhouse
Browse files
tidied up single-quote character in WACC Language spec
parent
807531e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
WACCLangSpec.pdf
View file @
a9f3dd50
No preview for this file type
WACCLangSpec.tex
View file @
a9f3dd50
...
...
@@ -168,14 +168,14 @@ extended with some basic regular expression notation that simplifies the present
<bool-liter> ::= `true' | `false'
<char-liter> ::= `
\
'
' <character> `
\
'
'
<char-liter> ::= `
\
textquotesingle
' <character> `
\
textquotesingle
'
<str-liter> ::= `
\"
' <character>* `
\"
'
<character> ::= "any-ASCII-character-except-`
\\
'-`
\
'
'-`
\"
'"
<character> ::= "any-ASCII-character-except-`
\\
'-`
\
textquotesingle
'-`
\"
'"
\alt
`
\\
' <escaped-char>
<escaped-char> ::= `0' | `b' | `t' | `n' | `f' | `r' | `
\"
' | `
\
'
' | `
\\
'
<escaped-char> ::= `0' | `b' | `t' | `n' | `f' | `r' | `
\"
' | `
\
textquotesingle
' | `
\\
'
<array-liter> ::= `[' ( <expr> (`,' <expr>)* )? `]'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment