rattlehead
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited Don't quite understand the PsiNameIdentifierOwner
AnsweredI'm currently writing a custom language plugin for an OOP java-like language, trying to learn along the way. Example bnf:{ tokens=[ ... CLASS="class" ... id="regexp:[a-zA-Z_]\w*" ] } cla...