Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alexander Hirsch
703602-Compiler-Construction
Commits
577cef1b
Commit
577cef1b
authored
Apr 13, 2021
by
Alexander Hirsch
Browse files
Escape pipe in Markdown table
parent
f2e9c9af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
specification.md
specification.md
+6
-6
No files found.
specification.md
View file @
577cef1b
...
...
@@ -154,12 +154,12 @@ Arrays are at most `LONG_MAX` elements long.
The following table enumerates which types an operator supports.
In the case of a binary operator, both sides must be of the same type.
|
Operator
| Supported Types |
| ----------------- | ---------------------- |
|
`-`
`+`
`*`
`/`
|
`int`
,
`float`
|
|
`<`
`<=`
`>`
`>=`
|
`int`
,
`float`
|
|
`==`
`!=`
|
`bool`
,
`int`
,
`float`
|
|
`!`
`&&`
`||`
|
`bool`
|
|
Operator
| Supported Types |
| -----------------
-----------------
| ---------------------- |
|
`-`
`+`
`*`
`/`
|
`int`
,
`float`
|
|
`<`
`<=`
`>`
`>=`
|
`int`
,
`float`
|
|
`==`
`!=`
|
`bool`
,
`int`
,
`float`
|
|
`!`
`&&`
<code>
||
</code>
|
`bool`
|
### Special Semantics
...
...
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