pyfranca icon indicating copy to clipboard operation
pyfranca copied to clipboard

AST serializer

Open zayfod opened this issue 8 years ago • 0 comments

A mdule that can take a Franca IDL AST representation and output it as Franca IDL to a StringIO buffer.

The AST serializer sould work similar to Python's json.dump() and json.dumps().

Among other things, this will allow more unit-testing.

zayfod avatar Sep 27 '17 00:09 zayfod