Code generator for C++ from YAML to generate network protocol parsers
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

24 linhas
534 B

há 4 anos
há 4 anos
há 4 anos
há 4 anos
há 4 anos
há 4 anos
há 4 anos
há 4 anos
há 4 anos
há 4 anos
  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