Code generator for C++ from YAML to generate network protocol parsers
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Ludovic 'Archivist' Lagouardette 32d1895f0b fixed stuff il y a 4 ans
spec Made crystal spec tests run the code il y a 4 ans
src fixed stuff il y a 4 ans
tests fixed stuff il y a 4 ans
.editorconfig Initial commit il y a 4 ans
.gitignore Initial commit il y a 4 ans
.travis.yml Initial commit il y a 4 ans
LICENSE Initial commit il y a 4 ans
README.md Added origin of the name in the Readme il y a 4 ans
shard.yml Initial commit il y a 4 ans

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