Skip to content

Refactor generating code to use full file templates with markers #77

@end2endzone

Description

@end2endzone

The code generation in version 3.1, uses multiple fprintf() statements to generate the output files. This makes the code hard to read and follow.

An approach having the full file template as a string would be easier to read. The template string could also have markers to trigger custom code generation. Markers could be formatted such as {pi} from the fmt library examples.

Metadata

Metadata

Assignees

No one assigned

    Labels

    code cleanupThe code needs optimization

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions