Code generator for C++ from YAML to generate network protocol parsers
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Ludovic 'Archivist' Lagouardette 8b66df0752 fixed the test to match the harsh reality il y a 5 ans
spec Made crystal spec tests run the code il y a 5 ans
src Added bitfields il y a 5 ans
tests fixed the test to match the harsh reality il y a 5 ans
.editorconfig Initial commit il y a 5 ans
.gitignore Initial commit il y a 5 ans
.travis.yml Initial commit il y a 5 ans
LICENSE Initial commit il y a 5 ans
README.md Fixed readme syntax highlight il y a 5 ans
shard.yml Initial commit il y a 5 ans

README.md

Andrew

Code generator to generate network packet parsers in C++ from YAML

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