JetBrains / gradle-grammar-kit-plugin

Gradle plugin for generating lexers (with JFlex) and BNF parsers (with Grammar-Kit) for IntelliJ language plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

official JetBrains project Gradle Plugin Portal Build Status X Follow Slack

Gradle Grammar-Kit Plugin

This Gradle plugin automates generating lexers and parsers to support building custom language plugins for IntelliJ-based IDEs when using Grammar-Kit.

Documentation

The documentation of the Gradle Grammar-Kit Plugin has moved to the IntelliJ Platform Plugin SDK Documentation: https://plugins.jetbrains.com/docs/intellij/tools-gradle-grammar-kit-plugin.html

Changelog

All releases are available in the Releases section. The latest available version is:

Gradle Plugin Portal

Contributing

Please see CONTRIBUTING on how to submit feedback and contribute to this project.

License

Licensed under the Apache License, Version 2.0 (the "License"), see LICENCE.

About

Gradle plugin for generating lexers (with JFlex) and BNF parsers (with Grammar-Kit) for IntelliJ language plugins

License:Apache License 2.0


Languages

Language:Kotlin 94.5%Language:Lex 5.5%