Subhojitdss
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
-
Subhojitdss 创建了一个帖子, 已回答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 ... -
-
Subhojitdss 创建了一个帖子, 已回答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... -
Subhojitdss 进行了评论, -
Subhojitdss 创建了一个帖子, 已回答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... -
-
Subhojitdss 创建了一个帖子, 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...