generic-github-user / turquoise

My programming language
1 stars 0 forks source link

Create code obfuscator #53

Open generic-github-user opened 3 years ago

generic-github-user commented 3 years ago

It should be fairly easy to obfuscate the code since we already have an organized parse tree...a few functions could be defined to rename variables, rearrange structural elements, insert distractor statements, etc. and then randomly applied to the blocks before reconstructing the source code; eventually, some compiled form of the language could obviate the need for an obfuscation tool.