File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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.
7070Adding a notion of variable binding also means we need to add
7171variables 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
You can’t perform that action at this time.
0 commit comments