Finished to_string initial impl

This commit is contained in:
2023-04-23 00:43:31 -04:00
parent 7ba474069c
commit 09491be375
5 changed files with 328 additions and 76 deletions

View File

@ -339,6 +339,8 @@ Interface :
* def_typedef
* def_using
Bodies:
* def_class_body
* def_enum_body
* def_function_body NOTE: Use this for operator bodies as well.
@ -411,6 +413,8 @@ Interface :
* parse_typedef
* parse_using
Multiple defs:
* parse_classes
* parse_enums
* parse_functions