Skip to content

Commit 73d989d

Browse files
authored
Linked to info about S-Expression
1 parent 85fe8e8 commit 73d989d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ following operators, highest to lowest precedence:
1717
* / % << >> & (left associative)
1818
+ - | ^ (left associative)
1919

20-
Output an S-expression that corresponds to the parse tree, e.g.
20+
Output an [S-expression](https://en.wikipedia.org/wiki/S-expression) that corresponds to the parse tree, e.g.
2121

2222
12*34 + 45/56 + ~25
2323

0 commit comments

Comments
 (0)