Skip to content

Commit 4deb630

Browse files
committed
Tweak.
1 parent fe6d216 commit 4deb630

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

www/notes/fraud.scrbl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
@(define-extended-language F-prim2 L
1919
(e ::= .... (p2 e_1 e_2))
20-
(p2 ::= + - = <))
20+
(p2 ::= + - < =))
2121

2222
@(define codeblock-include (make-codeblock-include #'h))
2323

@@ -70,7 +70,8 @@ what it should produce.
7070
Adding a notion of variable binding also means we need to add
7171
variables to the syntax of expressions.
7272

73-
Together this leads to the following grammar for @|this-lang|:
73+
Together this leads to the following grammar for concrete
74+
@|this-lang|:
7475

7576
@centered{@render-language[F-let]}
7677

@@ -121,7 +122,8 @@ What's new are the following @emph{binary} operations:
121122
(= _e0 _e1)
122123
]
123124

124-
This leads to the following additions to the grammar for @|this-lang|:
125+
This leads to the following additions to the grammar for concrete
126+
@|this-lang|:
125127

126128
@centered[(render-language F-prim2)]
127129

0 commit comments

Comments
 (0)