#
compiler-plugin
Here are 72 public repositories matching this topic...
Desugaring scala `for` without implicit `withFilter`s
-
Updated
May 25, 2021 - Scala
A library for testing Kotlin and Java annotation processors, compiler plugins and code generation
kotlin
testing
compiler
annotation-processor
compile
testing-tools
annotation-processing
annotation-processors
compiler-plugin
testing-kotlin
-
Updated
Oct 4, 2021 - Kotlin
Static Analysis Compiler Plugin for Scala
-
Updated
Jul 10, 2018 - Scala
Scala compiler plugin for warning suppression
-
Updated
Sep 14, 2021 - Scala
kotlin
annotation-processor
kotlin-plugin
compiler-plugin
kotlin-js
kotlinjs
kotlin-native
kotlin-native-plugin
kotlin-multiplatform
-
Updated
Jun 1, 2021 - Kotlin
A Kotlin compiler plugin that generates redacted toString() implementations.
-
Updated
Sep 25, 2021 - Kotlin
Dependency extraction for Scala codebases, to aid in modularizing
-
Updated
Sep 20, 2021 - Scala
A Kotlin compiler plugin that removes the `copy` method of data classes.
kotlin
annotations
kotlin-language
kotlin-extensions
kotlin-library
gradle-plugin
intellij-plugin
kotlin-compiler
kotlin-plugin
compiler-plugin
inspections
data-class
value-based
kotlin-compiler-plugin
-
Updated
Jul 5, 2021 - Kotlin
Lightweight fork of the .NET Compiler Platform ("Roslyn") by adding a compiler plugin infrastructure
-
Updated
Jun 29, 2018 - C#
A Scala compiler plugin for mutual tail recursion
-
Updated
Jan 13, 2020 - Scala
A compiler plugin that will improve on the scala compiler on the assumption that the user is using the Scalazzi-safe subset of Scala.
-
Updated
Jun 15, 2019 - Scala
-
Updated
May 2, 2020 - Haskell
bnorm
commented
Sep 19, 2021
Add additional module as a sample support library for the plugin template. Support library should be automatically included as dependency by the Gradle plugin.
Next gen DI framework powered by a Kotlin compiler plugin [WIP]
android
kotlin
dsl
dependency-injection
injection
compiler-plugin
kotlin-compiler-plugin
compile-time-dependency-injection
-
Updated
Oct 2, 2021 - Kotlin
(b2s) Scala compiler plugin for better default toString.
-
Updated
Oct 2, 2021 - Scala
Some examples for Λrrow Meta the functional companion to Kotlin's Compiler & IDE.
kotlin
meta
code
linter
ide
metaprogramming
macros
generics
template-metaprogramming
intellij-plugin
tree-structure
kotlin-compiler
typeclasses
compiler-plugin
typesystem
quasiquote
codegeneration
union-type
higher-kinded-types
kotlin-multiplatform
-
Updated
Jun 28, 2021 - Kotlin
Principled, fast, typeclass derivation.
-
Updated
Oct 3, 2021 - Scala
A KSP implementation of AutoService
-
Updated
Sep 20, 2021 - Kotlin
This is an example project that shows how to create a Kotlin Compiler Plugin. The plugin will print "Hello from" and the name of the file that is being compiled, as a compiler warning to the terminal log.
kotlin
compiler
gradle-plugin
kotlin-compiler
kotlin-plugin
compiler-plugin
kotlin-multiplatform
kotlin-compiler-plugin
-
Updated
Aug 31, 2021 - Kotlin
Experiment on implementing Dagger code generation as a compiler plugin
-
Updated
Mar 2, 2020 - Kotlin
Roslyn extensions, with a touch of meta-programming.
meta
csharp
mixins
roslyn
extensions
assembly
metaprogramming
netcore
analyzer
ctfe
compiler-plugin
meta-programming
-
Updated
Feb 22, 2018 - C#
The Big list of the github, open-source compilers.
github
compiler
compilers
github-bot
compiler-designs
compiler-design
compiler-plugin
compiler-tool
github-repository
github-repository-search
github-repository-automation
github-list
-
Updated
Jun 21, 2019
Tuning Assistant for Floating point to Fixed point Optimization
-
Updated
Jul 7, 2021 - C++
A syntax extension providing higher-order attributes to Rust.
-
Updated
Dec 3, 2017 - Rust
Kotlin Compiler plugin bringing reactivity to variable declarations
kotlin
reactive
metaprogramming
kotlin-compiler
kotlin-plugin
compiler-plugin
kotlin-compiler-plugin
arrow-meta
-
Updated
Jan 5, 2020 - Kotlin
Improve this page
Add a description, image, and links to the compiler-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the compiler-plugin topic, visit your repo's landing page and select "manage topics."
Parent issue: #335
Every plugin must be able to use all properties to construct the exact PSI element being fed in to achieve isomorphism between Quote and Scope. To ensure that AST parsing and our quote-and-template system is robust, more testing is needed to increase stability and reliability.
Checklist for
WhenExpression