Aleksey_Tyurin

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
-
Aleksey_Tyurin created a post, AnsweredHow to project compiler output onto editor
I have a language plugin and I have an action to run the compiler, And what I want to do is to take the compiler output and highlight those parts of code that are considered bad by compiler. As far... -
Aleksey_Tyurin created a post, Custom error reporting while parsing
Hi! I've been developing a plugin for language support in IDEA. I used Grammar Kit for grammar specification and parser generation. However, the language is indent-structured, so I have implemented... -
Aleksey_Tyurin created a post, Parser error recovery grammar kit
Hi there! I am trying to leverage Grammar kit to build up a parser for language plugin. However I have some troubles understanding recoveryWhile along with pin. There are some post dedivated to thi...