Changes log:
Version 0.05: -Switch expression implemented
Version 0.04: -Implemented new instruction set.
Version 0.03: -Fixed bug in string parser. -Fixed bug where the variable assignment was being ignored when declared outside a function. -Fixed bug where compiler was generating false error. -Fixed bug with function call within string expression.
Version 0.02: -Fixed bug with function returning string. -Added string parsing feature. When you do: string s = (5 + 5); Instead of showing compiler error, the value of s becomes 10
Version 0.01: -First version