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
This is an issue to track the transformation of code generator to transpiler.
OBSERVATION: The transpiler will NOT be written in NodeJS, but in C. PerforVNM file will have a .ctpp (Code for Transpilation Process of PerforVNM)
Why
This can improve the portability of PerforVNM, allowing it to be used anywhere, allowing a easier usage of PerforVNM, with a better error-checking, and more control of the inputs.
Linked issues or PRs
Any PRs that is related to this will be added here.
Checkmarks
This feature is not already implemented, requested or rejected.
Follows PerformanC philosophy.
The text was updated successfully, but these errors were encountered:
Description
This is an issue to track the transformation of
code generator
totranspiler
.OBSERVATION: The transpiler will NOT be written in NodeJS, but in C. PerforVNM file will have a
.ctpp
(Code for Transpilation Process of PerforVNM)Why
This can improve the portability of PerforVNM, allowing it to be used anywhere, allowing a easier usage of PerforVNM, with a better error-checking, and more control of the inputs.
Linked issues or PRs
Any PRs that is related to this will be added here.
Checkmarks
The text was updated successfully, but these errors were encountered: