Fix typo in part 2 of compiler series
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8f09b518ba
commit
31e9e58304
|
@ -121,7 +121,7 @@ A\_{mult} & \\rightarrow P
|
|||
\\end{align}
|
||||
$$
|
||||
|
||||
P, in this case, is an a__p__lication (remember, application has higher precedence than any binary operator).
|
||||
P, in this case, is an application (remember, application has higher precedence than any binary operator).
|
||||
Once again, if there's no `*` or `\`, we simply fall through to a \\(P\\) nonterminal, representing application.
|
||||
|
||||
Application is refreshingly simple:
|
||||
|
|
Loading…
Reference in New Issue
Block a user