https://github.com/bnorm/kotlin-ir-plugin-template
Template for IR based Kotlin compiler plugin.
https://github.com/bnorm/kotlin-ir-plugin-template
compiler-plugin kotlin kotlin-ir
Last synced: 3 months ago
JSON representation
Template for IR based Kotlin compiler plugin.
- Host: GitHub
- URL: https://github.com/bnorm/kotlin-ir-plugin-template
- Owner: bnorm
- License: apache-2.0
- Created: 2020-11-21T16:06:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T16:41:54.000Z (over 1 year ago)
- Last Synced: 2025-03-16T09:12:09.846Z (3 months ago)
- Topics: compiler-plugin, kotlin, kotlin-ir
- Language: Kotlin
- Homepage: https://blog.bnorm.dev/writing-your-second-compiler-plugin-part-1
- Size: 103 KB
- Stars: 145
- Watchers: 6
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# kotlin-ir-plugin-template
Template project for building Kotlin compiler plugins using IR.