halirutan / Wolfram-Language-IntelliJ-Plugin-Archive

Wolfram Language and Mathematica plugin for IntelliJ IDEA.
https://wlplugin.halirutan.de/
Other
193 stars 26 forks source link

Review parsing of implicit multiplication #37

Closed halirutan closed 8 years ago

halirutan commented 8 years ago

I find it very unfortunate, that you can simply write (missing comma)

{
    center = prop["Center"],
    centralHeith = prop["CentralHeightValue"]
    header = Import[file, {"Heyex", "FileHeader"}]
}

Note that this is correct synax (although not sematic)!! I'm not sure whether it isn't better to try to fix this. Currently it is even parsed not correctly!

halirutan commented 8 years ago

Fixed in version 1.3.5