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 32d1895f0b fixed stuff 4 lat temu
spec Made crystal spec tests run the code 4 lat temu
src fixed stuff 4 lat temu
tests fixed stuff 4 lat temu
.editorconfig Initial commit 4 lat temu
.gitignore Initial commit 4 lat temu
.travis.yml Initial commit 4 lat temu
LICENSE Initial commit 4 lat temu
README.md Added origin of the name in the Readme 4 lat temu
shard.yml Initial commit 4 lat temu

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