Skip to content

Commit

Permalink
add "<<" & ">>"
Browse files Browse the repository at this point in the history
  • Loading branch information
xhliu committed Jan 25, 2020
1 parent bec7aee commit 06d1bda
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,30 +117,34 @@ Operators
- left-associative

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

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

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

* - 8
- ``^``
- ``&``
- left-associative

* - 9
- ``|``
- ``^``
- left-associative

* - 10
- ``&&``
- ``|``
- left-associative

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

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

0 comments on commit 06d1bda

Please sign in to comment.