Code generator for C++ from YAML to generate network protocol parsers
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
Ludovic 'Archivist' Lagouardette 8b66df0752 fixed the test to match the harsh reality 5年前
spec Made crystal spec tests run the code 5年前
src Added bitfields 5年前
tests fixed the test to match the harsh reality 5年前
.editorconfig Initial commit 5年前
.gitignore Initial commit 5年前
.travis.yml Initial commit 5年前
LICENSE Initial commit 5年前
README.md Fixed readme syntax highlight 5年前
shard.yml Initial commit 5年前

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