Subhojitdss
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
创建于 Error 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 ... -
创建于 BNF 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... -
创建于 How 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... -
创建于 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...