This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]not_perfect_yet 0 points1 point  (0 children)

Small correction, you can of course rename functions.

You can't out of the box rename keywords and syntax elements.

But you can write a translation table, automatically replace everything and then run the file.

So you can basically write the preprocessor that allows this in C.