Code generator for C++ from YAML to generate network protocol parsers
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
Ludovic 'Archivist' Lagouardette 8b66df0752 fixed the test to match the harsh reality před 5 roky
spec Made crystal spec tests run the code před 5 roky
src Added bitfields před 5 roky
tests fixed the test to match the harsh reality před 5 roky
.editorconfig Initial commit před 5 roky
.gitignore Initial commit před 5 roky
.travis.yml Initial commit před 5 roky
LICENSE Initial commit před 5 roky
README.md Fixed readme syntax highlight před 5 roky
shard.yml Initial commit před 5 roky

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