Subhojitdss
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created Error recovery with pin and recoverWhile
AnsweredHi, 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 ... -
Created BNF generated classes accepting ASTNode in constructor instead of IElementType
AnsweredHi, 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... -
Created How to wrap composite PsiElement on top of Lexer recognized elements in Grammar-Kit ?
AnsweredHi 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... -
Created 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...