Worked on making OpenSCAD customizer work more like Thingiverse now parameterization would not work for any other assignment statement expect that:
- Literal
- Range
- Vector
- unary operators
And also modified tests according to them.
Also earlier this vector a=10; //[10: 9 Small ,20: Medium 10 , 30: Large 20]
would give error as 9 small was not parsed as single sentenced earlier. so, I also corrected that.