In scala macro, how to lift an object and use it in quasiquote at compile time?...
Read MoreIn scala, can a function be defined to have pass-by-AST parameter, such that the input AST of a func...
Read MoreScala 3 : Create Expr[ Int => Int ]...
Read MoreConditional compilation with macros work for methods, but not for fields...
Read MoreBuilding Dynamic Expressions with Scala3 macro...
Read MoreExtracting and accessing fields at compile time in Scala 3...
Read MoreScala 2 macro type class derivation for `Coder[P <: Product]` ends with error `P does not take pa...
Read MoreHow to print source code of "IF" condition in "THEN"...
Read MoreGet value of a literal type passed as type parameter...
Read MoreApplying type to a type constructor in macro throws exception...
Read MoreUsing scala macro to manipulate variable declaration...
Read MoreScala 3 Tasty Reflection Macro: CyclicReference...
Read MoreScala 3 type bound `<:<` trick for tuples...
Read Morescala 3 macros: returning Map[String, Class[Any]] from a Macro...
Read MoreIs quasiquote removed from scala 3?...
Read MorePostpone implicit resolution until macro expansion...
Read MoreMagnet pattern for Scala MongoDB driver...
Read MoreGetting Parameters from Scala Macro Annotation...
Read MoreHow to use a `universe.Tree` created and type-checked in one Scala macro execution, in another macro...
Read Morehow to normalize a `scala.reflect.api.Types.Type`...
Read MoreImplicit resolution fail in reflection with ToolBox...
Read MoreIn a scala macro, how to get the full name that a class will have at runtime?...
Read MoreUsing ClassSymbol in a quasiquote...
Read MoreMacroAnnotation to remove annotation from method's type member...
Read MoreExtract ClassSymbols for method's parameter bounds...
Read MorePass type identifier to static macro annotation...
Read MoreHow to recognize an anonymous class in a Scala macro?...
Read Morewhat should a scala implicit macro have to return to tell the compiler "forget my result, conti...
Read MoreGenerate apply methods creating a class...
Read MoreCreating pseudo-assignement using Scala macro...
Read More