Subhojitdss
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
-
Subhojitdss created a post, AnsweredError recovery with pin and recoverWhile
Hi, What I understood is pin and recoveryWhile is used for not stopping the parser to create AST when it found the first error. So we can get all the compilation error in the beginning and NOT one ... -
-
Subhojitdss created a post, AnsweredBNF generated classes accepting ASTNode in constructor instead of IElementType
Hi, I am developing a intelliJ custom language plugin for one of our DSL. I am referring to GrammarKit code base. Earlier i had this line in my bnf file: extends="com.intellij.extapi.psi.ASTWrapper... -
Subhojitdss commented, -
Subhojitdss created a post, AnsweredHow to wrap composite PsiElement on top of Lexer recognized elements in Grammar-Kit ?
Hi All, I am new to intellij plugin writing. I started writing a intellij plugin for one of our custom language. I am following the tutorial given in intellij official site. Also I downloaded their... -
Subhojitdss commented, -
Subhojitdss created a post, How to wrap composite PsiElement on top of Lexer recognized elements in Grammar-Kit
I am new to intellij plugin writing. I started writing a intellij plugin for one of our custom language. I am following the tutorial given in intellij official site. Also I downloaded their Grammar...