We welcome contributions to improve the Odin IntelliJ Plugin! Follow the steps below to get started:
-
Fork this repository
Create your own copy of this repository by clicking the "Fork" button in the top-right corner of this page. -
Generate the Parser Code
Navigate to theOdin.bnf
file, right-click on it, and select "Generate Parser Code" or use the shortcutCtrl+Shift+G
. -
Generate the Lexer Code
Navigate to theOdin.flex
file, right-click on it, and select "Run JFlex Generator" or use the shortcutCtrl+Shift+G
.
That's it! You're now ready to start making contributions. Be sure to test your changes thoroughly before submitting a pull request. If you encounter any issues or have questions, feel free to open an issue in this repository.