Code generator for C++ from YAML to generate network protocol parsers
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
Ludovic 'Archivist' Lagouardette 5c31bf65fd Fixed readme syntax highlight 5 lat temu
spec Made crystal spec tests run the code 5 lat temu
src Added bitfields 5 lat temu
tests Added bitfields 5 lat temu
.editorconfig Initial commit 5 lat temu
.gitignore Initial commit 5 lat temu
.travis.yml Initial commit 5 lat temu
LICENSE Initial commit 5 lat temu
README.md Fixed readme syntax highlight 5 lat temu
shard.yml Initial commit 5 lat temu

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