fix: output of notation list

This commit is contained in:
marc0olo 2021-07-27 16:42:46 +02:00
parent f7cf80529c
commit e9957b535a

View File

@ -69,6 +69,7 @@ contract Layout =
## Notation
In describing the syntax below, we use the following conventions:
- Upper-case identifiers denote non-terminals (like `Expr`) or terminals with
some associated value (like `Id`).
- Keywords and symbols are enclosed in single quotes: `'let'` or `'='`.