File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ data. Binary-parser dynamically generates and compiles the parser code
1010on-the-fly, which runs as fast as a hand-written parser (which takes much more
1111time and effort to write). Supported data types are:
1212
13- - [ Integers] ( #uint8-16-32le- bename-options ) (supports 8, 16, 32 bit signed-
14- and unsigned integers)
13+ - [ Integers] ( #uint8-16-32-64le- bename-options ) (supports 8, 16, 32 and 64bit
14+ signed and unsigned integers)
1515- [ Floating point numbers] ( #float-doublele-bename-options ) (supports 32 and 64
1616 bit floating point values)
1717- [ Bit fields] ( #bit1-32name-options ) (supports bit fields with length from 1
@@ -20,8 +20,8 @@ time and effort to write). Supported data types are:
2020 variable-length, zero terminated string)
2121- [ Arrays] ( #arrayname-options ) (supports user-defined element type,
2222 fixed-length and variable-length)
23- - [ Choices] ( ## choicename-options )
24- - [ Pointers] ( ## pointername-options )
23+ - [ Choices] ( #choicename-options )
24+ - [ Pointers] ( #pointername-options )
2525- User defined types
2626
2727Binary-parser is inspired by [ BinData] ( https://github.com/dmendel/bindata )
You can’t perform that action at this time.
0 commit comments