Code generator for C++ from YAML to generate network protocol parsers
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
Ludovic 'Archivist' Lagouardette 32d1895f0b fixed stuff před 4 roky
spec Made crystal spec tests run the code před 4 roky
src fixed stuff před 4 roky
tests fixed stuff před 4 roky
.editorconfig Initial commit před 4 roky
.gitignore Initial commit před 4 roky
.travis.yml Initial commit před 4 roky
LICENSE Initial commit před 4 roky
README.md Added origin of the name in the Readme před 4 roky
shard.yml Initial commit před 4 roky

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