commit 1ae7f20cfe716ff82927ccab2cdfa95af19b9157
parent 30f71a43fc20592141992c550c6d26315b51bc5a
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Tue, 8 Mar 2016 14:46:06 -0500
fix indent in BNF block
Diffstat:
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/doc/il.txt b/doc/il.txt
@@ -152,19 +152,19 @@ their size between curly braces.
~ Data
~~~~~~
- [BNF]
- DATADEF :=
- ['export'] 'data' $IDNT '='
- '{'
- ( EXTTY DATAITEM+
- | 'z' NUMBER ),
- [ ',' ] # Optional trailing ,
- '}'
-
- DATAITEM :=
- $IDNT [ '+' NUMBER ] # Symbol and offset
- | '"' ... '"' # String
- | IMMEDIATE # Immediate
+ [BNF]
+ DATADEF :=
+ ['export'] 'data' $IDNT '='
+ '{'
+ ( EXTTY DATAITEM+
+ | 'z' NUMBER ),
+ [ ',' ] # Optional trailing ,
+ '}'
+
+ DATAITEM :=
+ $IDNT [ '+' NUMBER ] # Symbol and offset
+ | '"' ... '"' # String
+ | IMMEDIATE # Immediate
Data definitions define objects that will be emitted in the
compiled file. They can be local to the file or exported