arr-ai / wbnf

ωBNF implementation
Apache License 2.0
7 stars 4 forks source link

Think about support for binary formats #5

Open marcelocantos opened 4 years ago

marcelocantos commented 4 years ago

Parse TCP headers? GIMP .xcf files? Protobuf wire format?

Not sure this is a good idea, but it could be as simple as supporting auto-mapping from bytes to numbers, with endianness controls and handling some common constructs such as length-prefixing.