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 9f49293056 Update readme há 4 anos
spec Made crystal spec tests run the code há 4 anos
src Added bitfields há 4 anos
tests Added bitfields 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 Update 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

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