resynth 0.4.0

A packet synthesis language
Documentation
1
2
3
4
5
6
7
8
func(
  123,
  "string",
  1.1.1.1,
  8.8.8.8:53,
);
nested(another::arg(), 1.2.3.4);
with_refs(obj.prop, 123);