We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fe8e8 commit 73d989dCopy full SHA for 73d989d
notes/streams.md
@@ -17,7 +17,7 @@ following operators, highest to lowest precedence:
17
* / % << >> & (left associative)
18
+ - | ^ (left associative)
19
20
-Output an S-expression that corresponds to the parse tree, e.g.
+Output an [S-expression](https://en.wikipedia.org/wiki/S-expression) that corresponds to the parse tree, e.g.
21
22
12*34 + 45/56 + ~25
23
0 commit comments