# Andrew Code generator to generate network packet parsers in C++ from YAML ## Installation ``` crystal build src/andrew.cr sudo chown root andrew sudo chmod 0555 andrew sudo mv andrew /usr/local/bin/ ``` ## Usage ``` andrew tests/record.yml > record.cpp ``` See examples in `/tests/` ## Contributors - [Ludovic 'Archivist' Lagouardette](https://git.nekoit.xyz/Archivist) - creator and maintainer