summaryrefslogtreecommitdiff
path: root/README-hacking.md
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-06-28 08:33:24 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-06-28 08:33:24 +0200
commit0e5cbd38b24e83c0f223e2d1d37b8aa27aac0073 (patch)
tree17e70df6298963e87c0dbe289b8578078af770ad /README-hacking.md
parentfeb0bb0a598b6ea222e62532e67facae873b5988 (diff)
downloadbison-0e5cbd38b24e83c0f223e2d1d37b8aa27aac0073.tar.gz
style: shift/reduce, not shift-reduce
* src/reader.c: here.
Diffstat (limited to 'README-hacking.md')
-rw-r--r--README-hacking.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README-hacking.md b/README-hacking.md
index 3690ba7f..a7c33af7 100644
--- a/README-hacking.md
+++ b/README-hacking.md
@@ -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.