dloss / binary-parsing

A list of generic tools for parsing binary data structures, such as file formats, network protocols or bitstreams
MIT License
882 stars 66 forks source link

Generators suitable for resource-constrained embedded systems (low-end microcontrollers with few Kb of RAM) #9

Open ponyatov opened 5 years ago

ponyatov commented 5 years ago
dloss commented 5 years ago

Thanks.

Does re2c work with binary data? The examples seem to show only text.

For Ragel I would prefer a shorter description.