summaryrefslogtreecommitdiff
path: root/README-hacking.md
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-06-29 07:34:42 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-06-29 19:10:05 +0200
commit688b3404a2c880279b30f4f967ec56ef58d6d8e5 (patch)
treeb78d44f9e6c61638a12c47e9ec20f49ddfb9664a /README-hacking.md
parentcd6ef1e7d7ce905263a9d347a9f0cbaf284312f7 (diff)
downloadbison-688b3404a2c880279b30f4f967ec56ef58d6d8e5.tar.gz
doc: tidy the text files
* etc/README: Rename/reformat as... * etc/README.md: this. And ship it.
Diffstat (limited to 'README-hacking.md')
-rw-r--r--README-hacking.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README-hacking.md b/README-hacking.md
index 12b1b264..533b5e35 100644
--- a/README-hacking.md
+++ b/README-hacking.md
@@ -243,6 +243,9 @@ processes tabs in its input.
Prefer `res` as the name of the local variable that will be "return"ed by
the function.
+In writing arithmetic comparisons, use "<" and "<=" rather than ">" and ">="
+(http://www.gelato.unsw.edu.au/archives/git/0505/4507.html).
+
### Bison
Follow the GNU Coding Standards.