Code generator for C++ from YAML to generate network protocol parsers
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

24 líneas
534 B

hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
  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