Code generator for C++ from YAML to generate network protocol parsers
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

24 satır
534 B

4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
  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