Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Yurivolo
Total activity
4
Last activity
August 06, 2022 10:48
Member since
July 27, 2022 10:20
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
August 06, 2022 10:48
Lexer for what? For my lexer all input is set of the tokens separated by white spaces. I have implemented lexer like it but obviously it is not synchronized with PSI AST I mapped from mine and yiel...
Community
IntelliJ IDEA Open API and Plugin Development
Reusing existing language parser provided by native library
0 votes
Created
July 31, 2022 15:45
Thank you for the answer. Approximately I did something like you advised. But I am using SGLR(scannerless generalized LR) parser, it has no distinct lexer. For now my dummy lexer has only one lexem...
Community
IntelliJ IDEA Open API and Plugin Development
Reusing existing language parser provided by native library
0 votes