Gary Tierney
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
已编辑于 Implementing PsiReference for fully qualified identifiers in custom language
Hi, I'm working on a custom language plugin which has the ability to refer to a declaration by its fully qualified identifier in any reference. Currently the entire fully qualified string is tre... -
创建于 Grammar Kit: skipping input and resuming parsing for error recovery
Hi, I'm currently struggling to implement error recovery in a grammar for a language based on S-expressions. A subset of the grammar is below as an example: { tokens = [ LPAREN = '(' ...