fix EBNF
This commit is contained in:
parent
2dcc876a8e
commit
6fab73f1bd
4
README
4
README
|
@ -30,7 +30,9 @@ type = bytefield
|
||||||
| "float32" | "float64"
|
| "float32" | "float64"
|
||||||
.
|
.
|
||||||
|
|
||||||
bytefield = "byte[" ( INTEGER | IDENT [ "*" INTEGER ]) "]".
|
bytefield = "byte[" size "]".
|
||||||
|
|
||||||
|
size = INTEGER | ( IDENT [ "*" INTEGER ]).
|
||||||
```
|
```
|
||||||
|
|
||||||
The identifier of a definition line can be left empty to ignore that particular value.
|
The identifier of a definition line can be left empty to ignore that particular value.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user