Skip to content
Krzmbrzl edited this page Jun 9, 2015 · 19 revisions

Implemented Features:

  • live parser: The parser detects syntactic errors during code writing and mark them at the corresponding points in the code with an error message complaining about what's wrong.
  • syntax highlighting: Special keywords are highlighted
  • auto-proposal: A window presenting input alternatives which can fit in the context

Planned Features:

  • scoping: A validation if declarations are available in the current scope
  • multi file support: The parser can refer to declarations done in a different but invoked script file

If you miss a feature you can create an issue with the label "enhancement" and propose that particular feature. I will see what I can do.

Clone this wiki locally