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 32d1895f0b fixed stuff hace 4 años
spec Made crystal spec tests run the code hace 4 años
src fixed stuff hace 4 años
tests fixed stuff hace 4 años
.editorconfig Initial commit hace 4 años
.gitignore Initial commit hace 4 años
.travis.yml Initial commit hace 4 años
LICENSE Initial commit hace 4 años
README.md Added origin of the name in the Readme hace 4 años
shard.yml Initial commit hace 4 años

README.md

Andrew

Code generator to generate network packet parsers in C++ from YAML. It is named after @DistantValhalla, a professional translator from Japanese to English.

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