style: shift/reduce, not shift-reduce

* src/reader.c: here.
This commit is contained in:
Akim Demaille
2020-06-28 08:33:24 +02:00
parent feb0bb0a59
commit 0e5cbd38b2
2 changed files with 6 additions and 4 deletions

View File

@@ -38,8 +38,10 @@ assert/abort), and all the --trace output which is meant for the maintainers
only.
## Vocabulary
Use "nonterminal", not "variable" or "non-terminal" or "non terminal".
Abbreviated as "nterm".
- "nonterminal", not "variable" or "non-terminal" or "non terminal".
Abbreviated as "nterm".
- "shift/reduce" and "reduce/reduce", not "shift-reduce" or "shift reduce",
etc.
## Syntax highlighting
It's quite nice to be in C++ mode when editing lalr1.cc for instance.