|
|
- # Andrew
-
- Code generator to generate network packet parsers in C++ from YAML. It is named after [@DistantValhalla](https://twitter.com/DistantValhalla/), a professional translator from Japanese to English.
-
- ## 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
|