'Are there any alternatives to Spicy parser generator oriented at embedded systems?

Necessity to parse data received over a serial interface like SPI, UART, USB etc. usually ends up w/ writing a custom parser. There is a beautiful solution to this that goes by name Spicy (https://docs.zeek.org/projects/spicy/en/latest/index.html). But it is desktop-oriented - the generated code relies on a number of dependencies.

So, does Spicy have any alternatives applicable in the domain of embedded systems i.e. those that generate pure C/C++/Rust parsers?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source