Code generator for C++ from YAML to generate network protocol parsers
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
Ludovic 'Archivist' Lagouardette 8b66df0752 fixed the test to match the harsh reality pirms 5 gadiem
spec Made crystal spec tests run the code pirms 5 gadiem
src Added bitfields pirms 5 gadiem
tests fixed the test to match the harsh reality pirms 5 gadiem
.editorconfig Initial commit pirms 5 gadiem
.gitignore Initial commit pirms 5 gadiem
.travis.yml Initial commit pirms 5 gadiem
LICENSE Initial commit pirms 5 gadiem
README.md Fixed readme syntax highlight pirms 5 gadiem
shard.yml Initial commit pirms 5 gadiem

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