Feature/mkdocs with versioning #824

Merged
zxq9 merged 9 commits from github/fork/marc0olo/feature/mkdocs-with-versioning into master 2021-08-27 23:46:18 +09:00
Showing only changes of commit e9957b535a - Show all commits

View File

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