riddl icon indicating copy to clipboard operation
riddl copied to clipboard

Create JFlex Lexer For Language Parser

Open reid-spencer opened this issue 10 months ago • 0 comments

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

reid-spencer avatar Apr 27 '24 22:04 reid-spencer