riddl
riddl copied to clipboard
Create JFlex Lexer For Language Parser
To facilitate integration with IntelliJ IDEA plugin:
- Create a lexical tokenizer based on JFlex that an IDEA plugin can use to quickly parse a RIDDL file.
- Base the fastparser parser on tokens from the lexical tokenizer to avoid incompatibilities between the language and the plugin