Has anyone tried to use Irony to integrate into VS? (E.g. http://www.codeproject.com/KB/recipes/V ... rvice.aspx)
Also, is there a grammar for Cobra lying around... if anyone hasn't tried this?
Forums
Irony for springboard into VS integration
2 posts
• Page 1 of 1
Re: Irony for springboard into VS integration
I haven't looked into Irony as I'm usually busy on the compiler. We certainly need people like you to investigate these ideas.
We don't have a distilled formal grammar. Sources for this information are:
http://cobra-language.com/trac/cobra/wiki/LanguageTopics
http://cobra-language.com/docs/manual/
http://cobra-language.com/trac/cobra/browser/cobra/trunk/Source/CobraParser.cobra
Although for that last one, you would be better off with the local file in a syntax highlighting file.
I also recall that Visual Studio has a very high level hook with a callback that asks for token types. The callback can be backed by anything. For example, the Cobra parser itself.
We don't have a distilled formal grammar. Sources for this information are:
http://cobra-language.com/trac/cobra/wiki/LanguageTopics
http://cobra-language.com/docs/manual/
http://cobra-language.com/trac/cobra/browser/cobra/trunk/Source/CobraParser.cobra
Although for that last one, you would be better off with the local file in a syntax highlighting file.
I also recall that Visual Studio has a very high level hook with a callback that asks for token types. The callback can be backed by anything. For example, the Cobra parser itself.
- Charles
- Posts: 2515
- Location: Los Angeles, CA
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 27 guests