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.
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.