v1.0.3: Simplified variable name generation
- simplified automated generation of unique variable names. Recursive calls etc. were replaced with look-up tables, thus improving speed during the file generation process.
- improved variable passing between different operators within a node. Less additional variables are now created, thus reducing the memory load during run time.