You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had a set of grammar rules we had placed in the notation chapter
under the label of "common productions". There's a certain sense to
that, particularly if we had more of them. As it is, though, all of
the productions seem related enough to the "input format" chapter, and
in fact we had already labeled these productions with the identifier
`input.syntax`, so let's go ahead and move these productions to the
"input format" chapter. This looks more orderly, especially as we now
have rule labels in the notation chapter.
Below each grammar block is a button to toggle the display of a [syntax diagram]. A square element is a non-terminal rule, and a rounded rectangle is a terminal.
0 commit comments