Ruk33 / vrJASS

A just-for-fun programming language which compiles down to JASS (Warcraft 3). It aims to improve and replace the beloved vJASS.
6 stars 3 forks source link

cast without using parenthesis gives incorrect translation #15

Closed Ruk33 closed 8 years ago

Ruk33 commented 8 years ago

call 0 cast SomeStruct.someMethod() will translate incorrectly into call 0, but with the use of parenthesis like (0 cast SomeStruct) works properly.