You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the project only supports code generation in C. In order to support more languages, each language requires an implementation of BaseLanguageInterface in interfaces/lang. Additionally, the interface will need to be registered in interfaces/file.py to be available for use via the CLI.
Currently, the project only supports code generation in C. In order to support more languages, each language requires an implementation of BaseLanguageInterface in interfaces/lang. Additionally, the interface will need to be registered in interfaces/file.py to be available for use via the CLI.
List of languages to be added:
If you know any of the above languages and are willing to help, feel free to submit a PR and mention me to check it out!
Tip
Be sure to use the provided unit test to verify your implementation handles various cases: