code_generator
code_generator copied to clipboard
Add using type declaration
Add feature to write using keyword to define types as
using FooType = double;
Thank you for your contribution! Did you check unit tests passed? because, if you change the test logic, usually you should change test assets as well
Good question. I will check it soon.
I fixed the file create_assets.py. All the tests passed. I hope this is ok for your project. Thanks!