Code generator for C++ from YAML to generate network protocol parsers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ludovic 'Archivist' Lagouardette 5c31bf65fd Fixed readme syntax highlight преди 5 години
spec Made crystal spec tests run the code преди 5 години
src Added bitfields преди 5 години
tests Added bitfields преди 5 години
.editorconfig Initial commit преди 5 години
.gitignore Initial commit преди 5 години
.travis.yml Initial commit преди 5 години
LICENSE Initial commit преди 5 години
README.md Fixed readme syntax highlight преди 5 години
shard.yml Initial commit преди 5 години

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