Skip to content

1.5.0

Latest
Compare
Choose a tag to compare
@genius257 genius257 released this 31 Mar 01:55
· 2 commits to master since this release

Added

  • Null keyword added to completion suggestions.
  • built-in function Opt information on hover, completion suggestion and function signature help.
  • $CmdLine to completion suggestions
  • $CmdLineRaw to completion suggestions

Fixed

  • Array dimention specification on constant variable declarations was not seen as valid by parser (issue #48).
  • Volatile keyword on function declarations in parsing is no longer case-sensitive.