Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Cloogle
cloogle.org
Commits
7c888d59
Verified
Commit
7c888d59
authored
Nov 21, 2018
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix examples of basic values in Builtin.Syntax
parent
d0244e26
Pipeline
#16582
passed with stage
in 14 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
backend/Builtin/Syntax.icl
backend/Builtin/Syntax.icl
+1
-1
No files found.
backend/Builtin/Syntax.icl
View file @
7c888d59
...
@@ -94,7 +94,7 @@ bs_basicvalues =
...
@@ -94,7 +94,7 @@ bs_basicvalues =
,
"(052, -052, +052) // Tuple with 42, -42 and 42 in octal notation"
,
"(052, -052, +052) // Tuple with 42, -42 and 42 in octal notation"
,
"(0x2a, -0x2a, +0x2A) // Tuple with 42, -42 and 42 in hexadecimal notation"
,
"(0x2a, -0x2a, +0x2A) // Tuple with 42, -42 and 42 in hexadecimal notation"
,
"('a', '
\\
x2a', '
\\
052') // Tuple with a normal character and twice the character with ASCII value 42"
,
"('a', '
\\
x2a', '
\\
052') // Tuple with a normal character and twice the character with ASCII value 42"
,
"['
\\
n', '
\\
r', '
\\
f', '
\\
b', '
\\
t', '
\\
v', '
\\
', '
\\
'', '
\\\"
']
\n
"
+
,
"['
\\
n', '
\\
r', '
\\
f', '
\\
b', '
\\
t', '
\\
v', '
\\
\\
', '
\\
'', '
\\\"
']
\n
"
+
" // All character escapes"
" // All character escapes"
,
"(42.0, -42.0, 42E-10, +42.0E+10, -42.0E10)
\n
"
+
,
"(42.0, -42.0, 42E-10, +42.0E+10, -42.0E10)
\n
"
+
" // Several reals"
" // Several reals"
...
...
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