Gary Tierney
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
-
Gary Tierney created a post, 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... -
Gary Tierney created a post, 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 = '(' ...