Code generator for C++ from YAML to generate network protocol parsers
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
Ludovic 'Archivist' Lagouardette 32d1895f0b fixed stuff há 4 anos
spec Made crystal spec tests run the code há 4 anos
src fixed stuff há 4 anos
tests fixed stuff há 4 anos
.editorconfig Initial commit há 4 anos
.gitignore Initial commit há 4 anos
.travis.yml Initial commit há 4 anos
LICENSE Initial commit há 4 anos
README.md Added origin of the name in the Readme há 4 anos
shard.yml Initial commit há 4 anos

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