Add serialization example

This commit is contained in:
Jonathan Müller 2017-10-31 19:28:24 +01:00
commit 9329fc75ec
6 changed files with 174 additions and 26 deletions

View file

@ -10,3 +10,4 @@ endfunction()
_cppast_example(ast_printer)
_cppast_example(documentation_generator)
_cppast_example(enum_to_string)
_cppast_example(serialization)