resynth 0.4.0

A packet synthesis language
Documentation
1
2
3
4
5
6
7
let foo = "string";
let bar = 123;
let addr = 1.1.1.1;
let sock = 1.1.1.1:53;
let crlf = text::CRLF;
let prop = obj.prop;
let ret = module::obj.func();