JetBrains / Nitra

Public Nitra repository
Other
554 stars 43 forks source link

Syntax / Language Documentation #8

Open sirinath opened 10 years ago

sirinath commented 10 years ago

When designing a language a specification of the syntax and the language is very important. Can you add documentation feature through which you can extract the language specification / documentation.

asillye commented 10 years ago

+1 Thumbs Up. This is also good for intellisense - instead of displaying "Expected: StatementSeparator" we could define some meaningful text.

sirinath commented 10 years ago

That's the other aspect. Error messages. Created the following for that: https://github.com/JetBrains/Nitra/issues/17