IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

4. Lexer and Parser Definition

Edit pageLast modified: 18 November 2024

The lexical analyzer defines how the contents of a file are broken into tokens, which is the basis for supporting custom language features. The easiest way to create a lexer is to use JFlex.