Alhadis / language-apl

APL language support for Atom.
https://atom.io/packages/language-apl
ISC License
7 stars 3 forks source link

User and system command switches needn't take values #9

Closed jayfoad closed 6 years ago

jayfoad commented 6 years ago

language-apl recognises user and system command switches of the form -name=value but, at least in Dyalog APL, there are switches that don't take a value. For example

      )save existingfile.dws -force
      ]save myobj -version
jayfoad commented 6 years ago

Thanks. It is intentional that the leading - is coloured differently, or is that bad interaction with the rule for recognising - as a primitive function?