Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T16:41:54.000Z (8 months ago)
- Last Synced: 2024-10-14T17:25:56.930Z (23 days 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: 137
- Watchers: 7
- Forks: 19
- 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.