Code generator for C++ from YAML to generate network protocol parsers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
534 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. # Andrew
  2. 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.
  3. ## Installation
  4. ```
  5. crystal build src/andrew.cr
  6. sudo chown root andrew
  7. sudo chmod 0555 andrew
  8. sudo mv andrew /usr/local/bin/
  9. ```
  10. ## Usage
  11. ```
  12. andrew tests/record.yml > record.cpp
  13. ```
  14. See examples in `/tests/`
  15. ## Contributors
  16. - [Ludovic 'Archivist' Lagouardette](https://git.nekoit.xyz/Archivist) - creator and maintainer