mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
fix indent in BNF block
This commit is contained in:
parent
30f71a43fc
commit
1ae7f20cfe
24
doc/il.txt
24
doc/il.txt
@ -152,19 +152,19 @@ their size between curly braces.
|
||||
~ Data
|
||||
~~~~~~
|
||||
|
||||
[BNF]
|
||||
DATADEF :=
|
||||
['export'] 'data' $IDNT '='
|
||||
'{'
|
||||
( EXTTY DATAITEM+
|
||||
| 'z' NUMBER ),
|
||||
[ ',' ] # Optional trailing ,
|
||||
'}'
|
||||
[BNF]
|
||||
DATADEF :=
|
||||
['export'] 'data' $IDNT '='
|
||||
'{'
|
||||
( EXTTY DATAITEM+
|
||||
| 'z' NUMBER ),
|
||||
[ ',' ] # Optional trailing ,
|
||||
'}'
|
||||
|
||||
DATAITEM :=
|
||||
$IDNT [ '+' NUMBER ] # Symbol and offset
|
||||
| '"' ... '"' # String
|
||||
| IMMEDIATE # Immediate
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user