correction in EBNF
This commit is contained in:
parent
279429d0bf
commit
0e21baa45c
6
README
6
README
|
@ -25,9 +25,9 @@ endianness = ("little endian" | "big endian") '\n'.
|
||||||
definition = [ IDENT ] ':' type '\n'.
|
definition = [ IDENT ] ':' type '\n'.
|
||||||
|
|
||||||
type = bytefield
|
type = bytefield
|
||||||
| int8 | int16 | int32 | int64
|
| "int8" | "int16" | "int32" | "int64"
|
||||||
| uint8 | uint16 | uint32 | uint64
|
| "uint8" | "uint16" | "uint32" | "uint64"
|
||||||
| float32 | float64
|
| "float32" | "float64"
|
||||||
.
|
.
|
||||||
|
|
||||||
bytefield = "byte[" ( INTEGER | IDENT ) "]".
|
bytefield = "byte[" ( INTEGER | IDENT ) "]".
|
||||||
|
|
Loading…
Reference in New Issue
Block a user