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 32d1895f0b fixed stuff пре 4 година
spec Made crystal spec tests run the code пре 4 година
src fixed stuff пре 4 година
tests fixed stuff пре 4 година
.editorconfig Initial commit пре 4 година
.gitignore Initial commit пре 4 година
.travis.yml Initial commit пре 4 година
LICENSE Initial commit пре 4 година
README.md Added origin of the name in the Readme пре 4 година
shard.yml Initial commit пре 4 година

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