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

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