Skip to content

Commit

Permalink
remove operator "++" and add "~"
Browse files Browse the repository at this point in the history
  • Loading branch information
xhliu committed Jun 3, 2020
1 parent 61167e1 commit ebbd2dd
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions docs/syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Operators
- Associativity

* - 1
- ``- !``
- ``- ! ~``
- right-associative

* - 2
Expand All @@ -219,38 +219,34 @@ Operators
- left-associative

* - 4
- ``++``
- left-associative

* - 5
- ``<< >>``
- left-associative

* - 6
* - 5
- ``< <= > >=``
- left-associative

* - 7
* - 6
- ``== !=``
- left-associative

* - 8
* - 7
- ``&``
- left-associative

* - 9
* - 8
- ``^``
- left-associative

* - 10
* - 9
- ``|``
- left-associative

* - 11
* - 10
- ``&&``
- left-associative

* - 12
* - 11
- ``||``
- left-associative
..
Expand Down

0 comments on commit ebbd2dd

Please sign in to comment.