Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-macros

Matching XML Literals in Scala Macros

How to distinguish compiler-inferred implicit conversion from explicitly invoked one?

Creating a method definition tree from a method symbol and a body

Is it possible to define a macro with variadic parameters, and get a type for each parameter?

How do I add a no-arg constructor to a Scala case class with a macro annotation?

Providing implicit value for singletons in Play Json library

Gradle Scala Plugin corollary to addCompilerPlugin in sbt

scala gradle scala-macros

Checking for varargs type ascription in Scala macros

How do I get a scala macro to replace a method call

scala scala-macros

Why was match in Scala implemented as a keyword rather than as a method?

Quasiquotes for multiple parameters and parameter lists

Is there any trick to use macros in the same file they are defined?

How do I refer to enclosing "this" in a Scala macro?

Splicing a passed function body into a macro-rewritten expression

How to access parameter list of case class in a dotty macro

Extracting and accessing fields at compile time in Scala 3

scala scala-macros scala-3

Scala quasiquote concatenation

Scala type constraint to check argument values

Scala macros and separate compilation units