commit 0e89049f0175063eed72f3574cb342f1a050b0ce
parent 01278dbeca4db1a42c709e65bc44110f5db4ad63
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Fri, 11 Mar 2016 13:24:55 -0500
BNF Syntax becomes Notation
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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