This commit is contained in:
gutmet 2020-04-30 17:35:52 +02:00
parent 2dcc876a8e
commit 6fab73f1bd

4
README
View File

@ -30,7 +30,9 @@ type = bytefield
| "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.