Fix missing paren
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
parent
d94ceeab2e
commit
e4101f1396
|
@ -12,7 +12,7 @@ are an essential ingredient to formalizing the analyses in Anders Møller's
|
||||||
lecture notes. However, there can be no program analysis without a program
|
lecture notes. However, there can be no program analysis without a program
|
||||||
to analyze! In this post, I will define the (very simple) language that we
|
to analyze! In this post, I will define the (very simple) language that we
|
||||||
will be analyzing. An essential aspect of the language is its
|
will be analyzing. An essential aspect of the language is its
|
||||||
[semantics](https://en.wikipedia.org/wiki/Semantics_(computer_science), which
|
[semantics](https://en.wikipedia.org/wiki/Semantics_(computer_science)), which
|
||||||
simply speaking explains what each feature of the language does. At the end
|
simply speaking explains what each feature of the language does. At the end
|
||||||
of the previous article, I gave the following _inference rule_ which defined
|
of the previous article, I gave the following _inference rule_ which defined
|
||||||
(partially) how the `if`-`else` statement in the language works.
|
(partially) how the `if`-`else` statement in the language works.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user