summaryrefslogtreecommitdiff
path: root/README-hacking.md
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-06-20 09:09:26 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-07-05 09:18:27 +0200
commit238692ad77e7bdceaadc400e391783397855bb87 (patch)
treeec155fa75e6cfc50230f62581b85a078f7697d90 /README-hacking.md
parent5f95583da77a92430faea6563c36c0d86dd73eeb (diff)
downloadbison-238692ad77e7bdceaadc400e391783397855bb87.tar.gz
doc: more details about symbols in m4
* data/README.md: here. * README-hacking.md (Vocabulary): More.
Diffstat (limited to 'README-hacking.md')
-rw-r--r--README-hacking.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README-hacking.md b/README-hacking.md
index 533b5e35..e128efb3 100644
--- a/README-hacking.md
+++ b/README-hacking.md
@@ -211,6 +211,8 @@ assert/abort), and all the --trace output which is meant for the maintainers
only.
## Vocabulary
+- "lookahead", not "look-ahead".
+- "midrule", not "mid-rule".
- "nonterminal", not "variable" or "non-terminal" or "non terminal".
Abbreviated as "nterm".
- "shift/reduce" and "reduce/reduce", not "shift-reduce" or "shift reduce",