exyi / anyexec2C

converts anything executable to C, C# or Python code
18 stars 2 forks source link

Introduced template engine to code generation #6

Closed vakabus closed 3 years ago

vakabus commented 4 years ago

Major refactoring of code generation. It should now be easier to add support to new languages.

Known issue - c_with_checks outputs c without checks. No idea why. :man_shrugging:

vakabus commented 4 years ago

Fixed the issue. It was a stupid typo. :man_facepalming: This makes the patch complete.

@exyi Could you please do a review and potentially merge it? Thanks!