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.
 
 
Ludovic 'Archivist' Lagouardette 8b66df0752 fixed the test to match the harsh reality hace 5 años
spec Made crystal spec tests run the code hace 5 años
src Added bitfields hace 5 años
tests fixed the test to match the harsh reality hace 5 años
.editorconfig Initial commit hace 5 años
.gitignore Initial commit hace 5 años
.travis.yml Initial commit hace 5 años
LICENSE Initial commit hace 5 años
README.md Fixed readme syntax highlight hace 5 años
shard.yml Initial commit hace 5 años

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