summary refs log tree commit diff
path: root/doc/il.txt
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-11 13:24:55 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-11 13:24:55 -0500
commit0e89049f0175063eed72f3574cb342f1a050b0ce (patch)
tree836ddf4234a5b6db156047343978a3619c4ce345 /doc/il.txt
parent01278dbeca4db1a42c709e65bc44110f5db4ad63 (diff)
downloadroux-0e89049f0175063eed72f3574cb342f1a050b0ce.tar.gz
BNF Syntax becomes Notation
Diffstat (limited to 'doc/il.txt')
-rw-r--r--doc/il.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/il.txt b/doc/il.txt
index c656d79..96743e6 100644
--- a/doc/il.txt
+++ b/doc/il.txt
@@ -9,7 +9,7 @@
 
   1. <@ Basic Concepts >
       * <@ Input Files >
-      * <@ BNF Syntax >
+      * <@ BNF Notation >
       * <@ Sigils >
   2. <@ Types >
       * <@ Simple Types >
@@ -75,8 +75,8 @@ If you have read the LLVM language reference, you might
 recognize the above example.  In comparison, QBE makes a
 much lighter use of types and the syntax is terser.
 
-~ BNF Syntax
-~~~~~~~~~~~~
+~ BNF Notation
+~~~~~~~~~~~~~~
 
 The language syntax is vaporously described in the sections
 below using BNF syntax.  The different BNF constructs used