Code generator for C++ from YAML to generate network protocol parsers
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
Ludovic 'Archivist' Lagouardette 8b66df0752 fixed the test to match the harsh reality vor 5 Jahren
spec Made crystal spec tests run the code vor 5 Jahren
src Added bitfields vor 5 Jahren
tests fixed the test to match the harsh reality vor 5 Jahren
.editorconfig Initial commit vor 5 Jahren
.gitignore Initial commit vor 5 Jahren
.travis.yml Initial commit vor 5 Jahren
LICENSE Initial commit vor 5 Jahren
README.md Fixed readme syntax highlight vor 5 Jahren
shard.yml Initial commit vor 5 Jahren

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