Code generator for C++ from YAML to generate network protocol parsers
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ludovic 'Archivist' Lagouardette 32d1895f0b fixed stuff 4 년 전
spec Made crystal spec tests run the code 4 년 전
src fixed stuff 4 년 전
tests fixed stuff 4 년 전
.editorconfig Initial commit 4 년 전
.gitignore Initial commit 4 년 전
.travis.yml Initial commit 4 년 전
LICENSE Initial commit 4 년 전
README.md Added origin of the name in the Readme 4 년 전
shard.yml Initial commit 4 년 전

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